Minsky
|
#include <zStream.h>
Public Member Functions | |
template<class I > | |
InflateFileZStream (const I &input) | |
~InflateFileZStream () | |
void | inflate () |
void | throwError () |
![]() | |
ZStream (Bytef *input, std::size_t inputSize, Bytef *output, std::size_t outputSize) | |
void | throwError () const |
Public Attributes | |
std::string | output |
Bytef * | inputData |
std::size_t | inputSize |
|
inline |
Definition at line 101 of file zStream.h.
References output, and throwError().
|
inline |
|
inline |
|
inline |
Definition at line 124 of file zStream.h.
Referenced by inflate(), and InflateFileZStream().
Bytef* minsky::InflateFileZStream::inputData |
std::size_t minsky::InflateFileZStream::inputSize |
std::string minsky::InflateFileZStream::output |
Definition at line 96 of file zStream.h.
Referenced by inflate(), and InflateFileZStream().