Inflator Class Reference

DEFLATE (RFC 1951) decompressor. More...

#include <zinflate.h>

Inheritance diagram for Inflator:

AutoSignaling< Filter > Gunzip ZlibDecompressor

List of all members.

Classes

class  BadBlockErr
class  Err
class  UnexpectedEndErr

Public Member Functions

 Inflator (BufferedTransformation *attachment=NULL, bool repeat=false, int autoSignalPropagation=-1)
void IsolatedInitialize (const NameValuePairs &parameters)
size_t Put2 (const byte *inString, size_t length, int messageEnd, bool blocking)
bool IsolatedFlush (bool hardFlush, bool blocking)
virtual unsigned int GetLog2WindowSize () const
void SetAutoSignalPropagation (int propagation)
int GetAutoSignalPropagation () const

Protected Attributes

ByteQueue m_inQueue


Detailed Description

DEFLATE (RFC 1951) decompressor.

Definition at line 85 of file zinflate.h.


Constructor & Destructor Documentation

Inflator::Inflator ( 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 214 of file zinflate.cpp.


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

Generated on Mon Oct 27 02:45:43 2008 for Crypto++ by  doxygen 1.5.7.1