|
Compounds |
| class | OctaneCompressor |
| | The Base Compressor class implements our generic interface to all compressors, and includes wrappers to measure compression/decompression times and diskspace. More...
|
| class | mtfllCompressor |
| | Experimental move to front encoding using a linked list instead of tracing the array. More...
|
| class | SampleCompressor |
| | This Sample Statistical Compressor is a minimal example of how to coordinate the 3 components of the statistical compressor framework, a sample parser,modeler,and coder. More...
|
| class | SampleStatCompressor |
| | This Sample Statistical Compressor is a minimal example of how to coordinate the 3 components of the statistical compressor framework, a sample parser,modeler,and coder. More...
|
| class | OctaneCompressor_Statistical |
| | The Statistical compressor class is a base class from which to derive specific statistical compressors that make use of the parser/modeler/coder framework. More...
|
| class | SubStrHuffCompressor |
| | The SubStrHuff Compressor is a basic Statistical compressor, that instantiates a Zero-order modeler, with a huffman coder, and a SubString parser. More...
|
| class | zleCompressor |
| | This is a zero-length-encoder, it performs run-length-encoding for 0 bytes only. More...
|