ZstdDecompressor.reset

void reset()

Reset the decompression context for reuse.

All configured options (including dictionary) are reapplied so the decompressor behaves identically to a freshly constructed instance.

Throws

CompressionError if the underlying context is null or parameter

re-application fails.