Lz4Decoder constructor
Lz4Decoder({})
Construct an Lz4Decoder.
Implementation
Lz4Decoder(
{this.inputBufferLength = lz4DecoderInputBufferLength,
this.outputBufferLength = lz4DecoderOutputBufferLength});
Construct an Lz4Decoder.
Lz4Decoder(
{this.inputBufferLength = lz4DecoderInputBufferLength,
this.outputBufferLength = lz4DecoderOutputBufferLength});