Expand description
LZ77 is a lossless sliding window data compression algorithm. It replaces repeated occurrences of data with references to a single copy.
Functionsยง
- decompress
- Decompress a data stream from the reader.
LZ77 is a lossless sliding window data compression algorithm. It replaces repeated occurrences of data with references to a single copy.