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