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

Implementation of zipios::GZIPOutputStream. More...

#include "gzipoutputstream.hpp"
#include <fstream>
Include dependency graph for gzipoutputstream.cpp:

Go to the source code of this file.

Namespaces

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

Detailed Description

The zipios::GZipOutputStream defines functions which handle the saving of Zip archive content file in compressed form using the zlib library.

Definition in file gzipoutputstream.cpp.