Prepared dictionary for decompression.
Wraps ZSTD_DDict. The finalizer automatically calls ZSTD_freeDDict when this object is garbage collected.
ZSTD_DDict
ZSTD_freeDDict
Load a dictionary for decompression from the bytes in dictBuf.
dictBuf
Wraps ZSTD_createDDict.
ZSTD_createDDict
Returns the ID for this dictionary.
Wraps ZSTD_getDictID_fromDDict.
ZSTD_getDictID_fromDDict
The ID, or 0 if this is a non-standard/content-only dictionary
Prepared dictionary for decompression.
Wraps
ZSTD_DDict
. The finalizer automatically callsZSTD_freeDDict
when this object is garbage collected.