Crypto++
|
ZLIB Decompressor (RFC 1950) More...
#include <zlib.h>
Classes | |
class | Adler32Err |
class | HeaderErr |
class | UnsupportedAlgorithm |
class | UnsupportedPresetDictionary |
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) |
size_t | Put2 (const byte *inString, size_t length, int messageEnd, bool blocking) |
bool | IsolatedFlush (bool hardFlush, bool blocking) |
void | SetAutoSignalPropagation (int propagation) |
int | GetAutoSignalPropagation () const |
Protected Attributes | |
ByteQueue | m_inQueue |
ZLIB Decompressor (RFC 1950)
ZlibDecompressor::ZlibDecompressor | ( | BufferedTransformation * | attachment = NULL , |
bool | repeat = false , |
||
int | autoSignalPropagation = -1 |
||
) |