ZstdException if referencing the dictionary fails.ZstdCompressor.refCDict
void refCDict(ZstdCDict cdict)References a ZstdCDict for subsequent compressions.
Parameters
cdict | The compressed dictionary to reference. |
void refCDict(ZstdCDict cdict)References a ZstdCDict for subsequent compressions.
cdict | The compressed dictionary to reference. |
ZstdException if referencing the dictionary fails.