LzoDecompressor.this
this
(DecompressionOptions opts)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
opts | Decompression options. |
Throws
CompressionError if format is not LZO or allocation fails.