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

Implementation of zipios::ZipInputStream. More...

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

Go to the source code of this file.

Namespaces

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

Detailed Description

This file includes the implementation of the zipios::ZipInputStream class which is a filter used to read files from Zip archives, files that can be compressed using the zlib library.

Definition in file zipinputstream.cpp.