Prepared dictionary for compression.
Wraps ZSTD_CDict. The finalizer automatically calls ZSTD_freeCDict when this object is garbage collected.
ZSTD_CDict
ZSTD_freeCDict
Load a dictionary for compression from the bytes in dictBuf.
dictBuf
The compression level must be given in level and will override any compression level set when this dictionary is used.
level
Wraps ZSTD_createCDict.
ZSTD_createCDict
Returns the ID for this dictionary.
Wraps ZSTD_getDictID_fromCDict.
ZSTD_getDictID_fromCDict
The ID, or 0 if this is a non-standard/content-only dictionary
Prepared dictionary for compression.
Wraps
ZSTD_CDict
. The finalizer automatically callsZSTD_freeCDict
when this object is garbage collected.