#include <zlib.h>
Inheritance diagram for ZlibDecompressor:
Definition at line 30 of file zlib.h.
Public Types | |
typedef Inflator::Err | Err |
Public Member Functions | |
ZlibDecompressor (BufferedTransformation *attachment=NULL, bool repeat=false, int autoSignalPropagation=-1) | |
unsigned int | GetLog2WindowSize () const |
void | IsolatedInitialize (const NameValuePairs ¶meters) |
unsigned int | Put2 (const byte *inString, unsigned int length, int messageEnd, bool blocking) |
bool | IsolatedFlush (bool hardFlush, bool blocking) |
Protected Attributes | |
ByteQueue | m_inQueue |
|
Definition at line 48 of file zlib.cpp. References ZlibDecompressor(). Referenced by ZlibDecompressor(). |