| 1 | /** @file |
| 2 | Compression routine. The compression algorithm is a mixture of LZ77 and Huffman |
| 3 | coding. LZ77 transforms the source data into a sequence of Original Characters |
| 4 | and Pointers to repeated strings. |
nothing calls this directly
no test coverage detected