Class Summary |
CompEx |
Compressor/Expander |
GLZ |
GLZ is a simple implementation of a variation of the lempel-ziv algorithm. |
GLZInputStream |
Simple und nicht besonders effiziente Implementation eines GLZ-InputStreams Macht einfach eine
Zwischenspeicherung der decodierten Daten. |
GLZOutputStream |
Simple und nicht beonders effiziente Implementation eines OutputStreams, der GLZ komprimiert. |
Huff |
Simple implementation of the Huffman compression algorithm. |
HuffmanInputStream |
A Stream that decompresses an earlier created HuffmanOutputStream Tree and dynamic feature are
read from the Stream header. |
HuffmanOutputStream |
A Stream that compresses its output on the fly with the Huffmann algorithm
A Huffman tree can be provided by the caller. |
HuffmanTree |
|
RLL |
RLL Commpressor/Decompressor |