| zipios 2.3.4
    Zipios -- a small C++ library providing easy access to .zip files. | 
This file is the implementation of zipios::GZIPOutputStreambuf class. More...

Go to the source code of this file.
| Namespaces | |
| namespace | zipios | 
| The zipios namespace includes the Zipios library definitions. | |
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.