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