ZstdDecoder constructor
ZstdDecoder({})
Construct an ZstdDecoder.
Implementation
ZstdDecoder(
{this.inputBufferLength = zstdDecoderInputBufferLength,
this.outputBufferLength = zstdDecoderOutputBufferLength});
Construct an ZstdDecoder.
ZstdDecoder(
{this.inputBufferLength = zstdDecoderInputBufferLength,
this.outputBufferLength = zstdDecoderOutputBufferLength});