Crypto++
Classes | Public Member Functions | Protected Attributes
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.


Constructor & Destructor Documentation

Inflator::Inflator ( BufferedTransformation attachment = NULL,
bool  repeat = false,
int  autoSignalPropagation = -1 
)
Parameters:
repeatdecompress multiple compressed streams in series
autoSignalPropagation0 to turn off MessageEnd signal

Definition at line 214 of file zinflate.cpp.


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