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

Implementation of zipios::InflateInputStreambuf. More...

#include "inflateinputstreambuf.hpp"
#include "zipios/zipiosexceptions.hpp"
#include "zipios_common.hpp"
Include dependency graph for inflateinputstreambuf.cpp:

Go to the source code of this file.

Namespaces

 zipios
 The zipios namespace includes the Zipios library definitions.
 

Detailed Description

This file defines the various functions found in the zipios::InflateInputStreambuf class. It filters a stream buffer to decompress data that was compressed using the zlib library.

Definition in file inflateinputstreambuf.cpp.