ZlibDecompressor Class Reference

ZLIB Decompressor (RFC 1950). More...

#include <zlib.h>

Inheritance diagram for ZlibDecompressor:

Inflator AutoSignaling< Filter >

List of all members.

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 &parameters)
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


Detailed Description

ZLIB Decompressor (RFC 1950).

Definition at line 30 of file zlib.h.


Constructor & Destructor Documentation

ZlibDecompressor::ZlibDecompressor ( BufferedTransformation attachment = NULL,
bool  repeat = false,
int  autoSignalPropagation = -1 
)

Parameters:
repeat decompress multiple compressed streams in series
autoSignalPropagation 0 to turn off MessageEnd signal

Definition at line 48 of file zlib.cpp.


The documentation for this class was generated from the following files:

Generated on Mon Oct 27 02:38:37 2008 for Crypto++ by  doxygen 1.5.7.1