ZstdDecoder constructor

ZstdDecoder({
  1. int inputBufferLength = zstdDecoderInputBufferLength,
  2. int outputBufferLength = zstdDecoderOutputBufferLength,
})

Construct an ZstdDecoder.

Implementation

ZstdDecoder(
    {this.inputBufferLength = zstdDecoderInputBufferLength,
    this.outputBufferLength = zstdDecoderOutputBufferLength});