zipios++  2.0.2
Zipios++ – a small C++ library that provides easy access to .zip files.
Namespaces
gzipoutputstreambuf.cpp File Reference

This file is the implementation of zipios::GZIPOutputStreambuf class. More...

#include "gzipoutputstreambuf.hpp"
#include "zipios++/zipiosexceptions.hpp"
Include dependency graph for gzipoutputstreambuf.cpp:

Go to the source code of this file.

Namespaces

 zipios
 The zipios namespace includes the Zipios++ library definitions.
 

Detailed Description

This class is an output stream filter which knows how to creates a .gz file from the data you write to it.

The compression makes use of the zlib library.

Definition in file gzipoutputstreambuf.cpp.