LzoCompressor.this
this
(CompressionOptions opts)Create a compressor with provided options.
The hash table is allocated once via malloc and reused for every block. It is freed in the destructor or when reset() is called.
Parameters
opts | Compression options. |
Throws
CompressionError if format is not LZO.