![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include <zdict.h>
Data Fields | |
int | compressionLevel |
unsigned | notificationLevel |
unsigned | dictID |
int compressionLevel |
optimize for a specific zstd compression level; 0 means default
unsigned dictID |
force dictID value; 0 means auto mode (32-bits random value) NOTE: The zstd format reserves some dictionary IDs for future use. You may use them in private settings, but be warned that they may be used by zstd in a public dictionary registry in the future. These dictionary IDs are:
unsigned notificationLevel |
Write log to stderr; 0 = none (default); 1 = errors; 2 = progression; 3 = details; 4 = debug;