ldas-tools-framecpp 2.7.0
|
Public Member Functions | |
Compress () | |
~Compress () | |
void | operator() (stream_type &Stream) |
Protected Member Functions | |
virtual void | compress (const std::string &Buffer)=0 |
Protected Attributes | |
size_t | buffer_size_total |
size_t | compressed_size_total |
Compress::Compress | ( | ) |
Compress::~Compress | ( | ) |
|
protectedpure virtual |
Implemented in CompressGZipWithDictionary, CompressStreamGZipWithDictionary, and CompressZLibBlocking.
void Compress::operator() | ( | stream_type & | Stream | ) |
|
protected |
|
protected |