ZstdCompressor.refCDict

void refCDict(ZstdCDict cdict)

References a ZstdCDict for subsequent compressions.

Parameters

cdictThe compressed dictionary to reference.

Throws

ZstdException if referencing the dictionary fails.