Constructor - creates a new lzo instance internally.
Constructor - sets this instance to use an lzo object passed externally (this allows multiple instances to use the same lzo object).
Static method alias, to be used as
Compresses a data chunk
Uncompresses a LZO chunk
Calculates the maximum chunk length from input data which has a length of uncompressed_length.
Flag set to true if the lzo instance is a reference (ie was passed from the outside, is *not* owned by this instance, and should not be deleted in the destructor).
LzoChunk compressor/decompressor
Chunk data layout if size_t has a width of 32-bit:
Header data layout