|
typedef boost::scoped_array< unsigned char > | out_type |
|
◆ out_type
◆ CompressZLibBlocking() [1/2]
CompressZLibBlocking::CompressZLibBlocking |
( |
size_t | BlockSize, |
|
|
const std::string & | DictionaryFilename, |
|
|
int | Level = DEFAULT_LEVEL ) |
◆ CompressZLibBlocking() [2/2]
CompressZLibBlocking::CompressZLibBlocking |
( |
const std::string & | DictionaryFilename, |
|
|
int | Level = DEFAULT_LEVEL ) |
◆ ~CompressZLibBlocking()
CompressZLibBlocking::~CompressZLibBlocking |
( |
| ) |
|
|
virtual |
◆ close_stream()
void ZLibWithDictionary::close_stream |
( |
| ) |
|
|
protectedvirtualinherited |
◆ compress()
void CompressZLibBlocking::compress |
( |
const std::string & | Buffer | ) |
|
|
protectedvirtual |
◆ compress_stream()
void CompressZLibBlocking::compress_stream |
( |
const std::string & | Buffer, |
|
|
int | Flag ) |
|
protectedvirtual |
◆ open_stream()
void ZLibWithDictionary::open_stream |
( |
| ) |
|
|
protectedvirtualinherited |
◆ operator()()
◆ verify()
void CompressZLibBlocking::verify |
( |
| ) |
const |
|
private |
◆ block_size
const size_t CompressZLibBlocking::block_size |
|
private |
◆ buffer_size_total
size_t Compress::buffer_size_total |
|
protectedinherited |
◆ CHUNK
const size_t ZLibWithDictionary::CHUNK = ( 64 * 1024 ) |
|
staticprotectedinherited |
◆ compressed_size_total
size_t Compress::compressed_size_total |
|
protectedinherited |
◆ count
size_t CompressZLibBlocking::count |
|
private |
◆ current_block_size
size_t CompressZLibBlocking::current_block_size |
|
private |
◆ DEFAULT_BLOCK_SIZE
const size_t CompressZLibBlocking::DEFAULT_BLOCK_SIZE = ( 16 * 1024 * 1024 ) |
|
static |
◆ DEFAULT_LEVEL
const int ZLibWithDictionary::DEFAULT_LEVEL = 1 |
|
staticinherited |
◆ dictionary
std::string ZLibWithDictionary::dictionary |
|
protectedinherited |
◆ level
int ZLibWithDictionary::level |
|
protectedinherited |
◆ MAX_DICTIONARY_SIZE
const int ZLibWithDictionary::MAX_DICTIONARY_SIZE = ( 32 * 1024 ) |
|
staticprotectedinherited |
◆ out
boost::scoped_array< unsigned char > ZLibWithDictionary::out |
|
protectedinherited |
◆ stream
z_stream ZLibWithDictionary::stream |
|
protectedinherited |
◆ verify_compressed_buffer
std::string CompressZLibBlocking::verify_compressed_buffer |
|
mutableprivate |
◆ verify_source_buffer
std::string CompressZLibBlocking::verify_source_buffer |
|
mutableprivate |
The documentation for this class was generated from the following file: