Lz4Decoder constructor

Lz4Decoder({
  1. int inputBufferLength = lz4DecoderInputBufferLength,
  2. int outputBufferLength = lz4DecoderOutputBufferLength,
})

Construct an Lz4Decoder.

Implementation

Lz4Decoder(
    {this.inputBufferLength = lz4DecoderInputBufferLength,
    this.outputBufferLength = lz4DecoderOutputBufferLength});