#include <compressiondatahandler.h>
Detailed Description
An abstract base class used to receive de/compressed data from a CompressionBase-derived object.
You should not need to use this class directly.
- Author
- Jakob Schroeter js@ca.nosp@m.maya.nosp@m..net
- Since
- 0.9
Definition at line 34 of file compressiondatahandler.h.
Constructor & Destructor Documentation
Member Function Documentation
virtual void handleCompressedData |
( |
const std::string & |
data | ) |
|
|
pure virtual |
This function is called when compression is finished.
- Parameters
-
virtual void handleDecompressedData |
( |
const std::string & |
data | ) |
|
|
pure virtual |
This function is called when decompression is finished.
- Parameters
-
data | The decompressed data. |
The documentation for this class was generated from the following file: