#include <compressionbase.h>
Inherited by CompressionZlib.
Inheritance diagram for CompressionBase:

Public Member Functions | |
| CompressionBase (CompressionDataHandler *cdh) | |
| virtual | ~CompressionBase () |
| virtual bool | init ()=0 |
| virtual void | compress (const std::string &data)=0 |
| virtual void | decompress (const std::string &data)=0 |
You should not need to use this class directly.
Definition at line 34 of file compressionbase.h.
|
|
Contructor.
Definition at line 42 of file compressionbase.h. |
|
|
Virtual Destructor. Definition at line 47 of file compressionbase.h. |
|
|
Compresses the given chunk of data.
Implemented in CompressionZlib. |
|
|
Decompresses the given chunk of data.
Implemented in CompressionZlib. |
|
|
This function initializes the compression module. it is mandatory to be called.
Implemented in CompressionZlib. |
1.4.1