ZstdDecompressor.applyParameters

private void applyParameters()

Apply all stored decompression parameters to the ZSTD context.

This is the single source of truth for decompressor parameter setup, called from both the constructor and reset().

Throws

CompressionError if dictionary loading fails.