zlibcomplete
Simple C++ wrapper for zlib using RAII and std::string with flush.
|
zlibcomplete | Top-level namespace for all compressors and decompressors |
GZipCompressor | GZip compression class using std::string for input and output |
GZipDecompressor | GZip decompression class using std::string for input and output |
ZLibCompressor | ZLib compression class using std::string for input and output |
ZLibDecompressor | ZLib decompression class using std::string for input and output |
RawDeflater | Raw ZLib compression class using std::string for input and output |
RawInflater | Raw ZLib decompression class using std::string for input and output |