#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 |
|
||||||||||||||||
|
|
1.3.6-20040222