zipios 2.3.4
Zipios -- a small C++ library providing 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

namespace  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.