LzoDecompressor.this

Create a decompressor with provided options.

The decompression output buffer is allocated once via malloc and reused for every block, growing as needed via realloc. It is freed in the destructor or when reset() is called.

Parameters

optsDecompression options.

Throws

CompressionError if format is not LZO or allocation fails.