ZstdCompressor.applyParameters

private void applyParameters()

Apply all stored compression parameters to the ZSTD context.

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

Throws

CompressionError if any parameter or dictionary load fails.