LzoCompressor.this

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

optsCompression options.

Throws

CompressionError if format is not LZO.