zipios++  2.0.2
Zipios++ – a small C++ library that provides easy access to .zip files.
Classes | Namespaces | Macros
inflateinputstreambuf.hpp File Reference

Define zipios::InflateInputStreambuf to decompress files. More...

#include "filterinputstreambuf.hpp"
#include "zipios++/zipios-config.hpp"
#include <vector>
#include <zlib.h>
Include dependency graph for inflateinputstreambuf.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  zipios::InflateInputStreambuf
 A stream buffer to inflate data previous compressed with zlib. More...
 

Namespaces

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

Macros

#define INFLATEINPUTSTREAMBUF_HPP
 

Detailed Description

The zipios::InflateInputStreambuf class defines a set of functions that filter the data in the std::streambuf defined in the base class and which may be compressed using the zlib library.

Definition in file inflateinputstreambuf.hpp.

Macro Definition Documentation

#define INFLATEINPUTSTREAMBUF_HPP

Definition at line 3 of file inflateinputstreambuf.hpp.