14 #ifndef COMPRESSIONDEFAULT_H__
15 #define COMPRESSIONDEFAULT_H__
17 #include "compressionbase.h"
22 class CompressionDataHandler;
65 virtual void compress(
const std::string& data );
68 virtual void decompress(
const std::string& data );
71 virtual void cleanup();
80 #endif // COMPRESSIONDEFAULT_H__
This is an abstract base class for stream compression implementations.
The namespace for the gloox library.
This is an abstraction of the various Compression implementations.
An abstract base class used to receive de/compressed data from a CompressionBase-derived object...