ZstdDecompressor.finish

void finish()

Finalize the stream.

Validates that all compressed data has been fully consumed and marks the decompressor as finished.

Throws

CompressionError if called more than once, the output sink is

not set, or the compressed input appears truncated.