Crate lz77

source ·
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 a data stream from the reader.