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

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

#include <zlc/zlibbase.hpp>

Go to the source code of this file.

Classes

class  zlibcomplete::RawDeflater
 Raw ZLib compression class using std::string for input and output. More...
 
class  zlibcomplete::RawInflater
 Raw ZLib decompression class using std::string for input and output. More...
 

Namespaces

 zlibcomplete
 Top-level namespace for all compressors and decompressors.
 

Detailed Description

ZLib 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 ZLib wrapper for the ZLib library in C++. It supports all standard options including compression level, flush mode, and window_bits. This file uses raw (no header) streams.