zlibcomplete
Simple C++ wrapper for zlib using RAII and std::string with flush.
 All Classes Namespaces Files Functions Enumerations Enumerator Macros Pages
Classes | Namespaces
gzipcomplete.hpp File Reference

GZip compression wrapper for C++ using RAII. More...

#include <zlc/zlibbase.hpp>

Go to the source code of this file.

Classes

class  zlibcomplete::GZipCompressor
 GZip compression class using std::string for input and output. More...
 
class  zlibcomplete::GZipDecompressor
 GZip decompression class using std::string for input and output. More...
 

Namespaces

 zlibcomplete
 Top-level namespace for all compressors and decompressors.
 

Detailed Description

GZip compression wrapper for C++ using RAII.

Rudi Cilibrasi (cilib.nosp@m.rar@.nosp@m.alumn.nosp@m.i.ca.nosp@m.ltech.nosp@m..edu)

Date
July 8, 2015 This file implements a GZip wrapper for the ZLib library in C++. It supports all standard options including compression level, flush mode, and window_bits.