Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

UnsignedInt8CompressorFactory Class Reference

Inheritance diagram for UnsignedInt8CompressorFactory::

UserCompressorFactory List of all members.

Public Methods

char * GetName ()
char * GetDescription ()

Member Function Documentation

char* UnsignedInt8CompressorFactory::GetDescription   [inline, virtual]
 

Reimplemented from UserCompressorFactory.

Definition at line 511 of file StdCompress.cpp.

00511 {  return "Compressor for integers between 0 and 255"; }

char* UnsignedInt8CompressorFactory::GetName   [inline, virtual]
 

Reimplemented from UserCompressorFactory.

Definition at line 510 of file StdCompress.cpp.

00510 {  return "u8"; }


The documentation for this class was generated from the following file:
Generated on Sat Oct 13 16:08:56 2001 for XMILL by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001