|
typedef boost::scoped_array< unsigned char > | out_type |
◆ out_type
◆ ZLibWithDictionary()
ZLibWithDictionary::ZLibWithDictionary |
( |
const std::string & | DictionaryFilename, |
|
|
int | Level = DEFAULT_LEVEL ) |
◆ close_stream()
void ZLibWithDictionary::close_stream |
( |
| ) |
|
|
protectedvirtual |
◆ compress()
virtual void Compress::compress |
( |
const std::string & | Buffer | ) |
|
|
protectedpure virtualinherited |
◆ compress_stream()
void ZLibWithDictionary::compress_stream |
( |
const std::string & | Buffer, |
|
|
int | Flag ) |
|
protectedvirtual |
◆ open_stream()
void ZLibWithDictionary::open_stream |
( |
| ) |
|
|
protectedvirtual |
◆ operator()()
◆ buffer_size_total
size_t Compress::buffer_size_total |
|
protectedinherited |
◆ CHUNK
const size_t ZLibWithDictionary::CHUNK = ( 64 * 1024 ) |
|
staticprotected |
◆ compressed_size_total
size_t Compress::compressed_size_total |
|
protectedinherited |
◆ DEFAULT_LEVEL
const int ZLibWithDictionary::DEFAULT_LEVEL = 1 |
|
static |
◆ dictionary
std::string ZLibWithDictionary::dictionary |
|
protected |
◆ level
int ZLibWithDictionary::level |
|
protected |
◆ MAX_DICTIONARY_SIZE
const int ZLibWithDictionary::MAX_DICTIONARY_SIZE = ( 32 * 1024 ) |
|
staticprotected |
◆ out
boost::scoped_array< unsigned char > ZLibWithDictionary::out |
|
protected |
◆ stream
z_stream ZLibWithDictionary::stream |
|
protected |
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/ldas-tools-framecpp-3.0.4-build/ldas-tools-framecpp-3.0.4/test/compression_beta.cc