Octane v1.01.20 - The Open Compression Toolkit for C++ http://octane.sourceforge.net/
Homepage | Main | Modules | Class Hierarchy | Compound List | File List | Compound Members | Related Pages

Compressors


Detailed Description

The Base Compressor class implements our generic interface to all compressors, and includes wrappers to measure compression/decompression times and diskspace.


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...

 

Generated on 20 May 2004 by doxygen 1.3.3