zlib_stream::basic_unzip_streambuf< charT, traits > Class Template Reference
A stream decorator that takes compressed input and unzips it to a istream.
More...
#include <zipstreamimpl.h>
List of all members.
Detailed Description
template<class charT, class traits = std::char_traits<charT>>
class zlib_stream::basic_unzip_streambuf< charT, traits >
A stream decorator that takes compressed input and unzips it to a istream.
The class wraps up the deflate method of the zlib library 1.1.4 http://www.gzip.org/zlib/
Member Typedef Documentation
template<class charT , class traits = std::char_traits<charT>>
template<class charT , class traits = std::char_traits<charT>>
template<class charT , class traits = std::char_traits<charT>>
template<class charT , class traits = std::char_traits<charT>>
template<class charT , class traits = std::char_traits<charT>>
template<class charT , class traits = std::char_traits<charT>>
template<class charT , class traits = std::char_traits<charT>>
Constructor & Destructor Documentation
template<class charT , class traits = std::char_traits<charT>>
Construct a unzip stream More info on the following parameters can be found in the zlib documentation.
template<class charT , class traits = std::char_traits<charT>>
Member Function Documentation
template<class charT , class traits = std::char_traits<charT>>
template<class charT , class traits = std::char_traits<charT>>
template<class charT , class traits = std::char_traits<charT>>
returns the compressed input istream
template<class charT , class traits = std::char_traits<charT>>
template<class charT , class traits = std::char_traits<charT>>
template<class charT , class traits = std::char_traits<charT>>
template<class charT , class traits = std::char_traits<charT>>
The documentation for this class was generated from the following file: