zlibcomplete
Simple C++ wrapper for zlib using RAII and std::string with flush.
|
This is the complete list of members for zlibcomplete::GZipCompressor, including all inherited members.
compress(const std::string &input) | zlibcomplete::GZipCompressor | |
finish(void) | zlibcomplete::GZipCompressor | |
GZipCompressor(int level=9, flush_parameter autoFlush=auto_flush, int windowBits=15) | zlibcomplete::GZipCompressor |