ZstdException if referencing the dictionary fails.ZstdDecompressor.refDDict
void refDDict(ZstdDDict ddict)References a ZstdDDict for subsequent decompressions.
Parameters
ddict | The decompression dictionary to reference. |
void refDDict(ZstdDDict ddict)References a ZstdDDict for subsequent decompressions.
ddict | The decompression dictionary to reference. |
ZstdException if referencing the dictionary fails.