ZstdCompressor.reset

void reset()

Reset the compression context for reuse.

All configured options (level, threads, strategy, windowBits, checksum, dictionary) are reapplied so the compressor behaves identically to a freshly constructed instance.

Throws

CompressionError if the underlying context is null or parameter

re-application fails.