|
zipios
2.2.0
Zipios – a small C++ library that provides easy access to .zip files.
|
Define zipios::InflateInputStreambuf to decompress files. More...
#include "filterinputstreambuf.hpp"#include "zipios/zipios-config.hpp"#include <vector>#include <zlib.h>

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 |
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.
| #define INFLATEINPUTSTREAMBUF_HPP |
Definition at line 3 of file inflateinputstreambuf.hpp.
1.8.11