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

RunLengthCompressorFactory Class Reference

Inheritance diagram for RunLengthCompressorFactory::

UserCompressorFactory List of all members.

Public Methods

char * GetName ()
char * GetDescription ()

Member Function Documentation

char* RunLengthCompressorFactory::GetDescription   [inline, virtual]
 

Reimplemented from UserCompressorFactory.

Definition at line 312 of file RunLenCompress.cpp.

00312 {  return "Run-length encoder for arbitrary text strings"; }

char* RunLengthCompressorFactory::GetName   [inline, virtual]
 

Reimplemented from UserCompressorFactory.

Definition at line 311 of file RunLenCompress.cpp.

00311 {  return "rl"; }


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