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

Implementation of the zipios::ZipOutputStream class. More...

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

Go to the source code of this file.

Namespaces

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

Detailed Description

The zipios::ZipOutputStream class is used as a filter to compress data being written to a Zip archive.

Definition in file zipoutputstream.cpp.