Expand description
QuickLZ is a fast compression algorithm. This library implements the algorithm version 1.5.0 (latest version since 2011). Compression and decompression are implemented for the compression levels 1 and 3.
Enums
Functions
Compress data
using the specified CompressionLevel
.
Decompress data read from r
.