Inheritance diagram for RunLengthCompressorFactory::

Public Methods | |
| char * | GetName () | 
| char * | GetDescription () | 
      
  | 
  
| 
 
 Reimplemented from UserCompressorFactory. Definition at line 312 of file RunLenCompress.cpp. 00312 {  return "Run-length encoder for arbitrary text strings"; }
 | 
  
      
  | 
  
| 
 
 Reimplemented from UserCompressorFactory. Definition at line 311 of file RunLenCompress.cpp. 00311 {  return "rl"; }
 | 
  
1.2.11.1 written by Dimitri van Heesch,
 © 1997-2001