CMS 3D CMS Logo

lat::GZIPInputStream Class Reference

A stream filter to read GZIP-compressed data. More...

#include <Iguana/Utilities/classlib/zip/GZIPInputStream.h>

Inheritance diagram for lat::GZIPInputStream:

lat::ZInputStream lat::ZConstants lat::DecompressInputStream lat::ZipUtils lat::FilterInputStream lat::InputStream lat::IOInput

List of all members.

Public Member Functions

 GZIPInputStream (InputStream *input, ZDecompressor *engine=0, IOSize bufsize=DEFAULT_BUF_SIZE)
virtual IOSize read (void *into, IOSize n)

Private Attributes

bool m_eof


Detailed Description

A stream filter to read GZIP-compressed data.

Definition at line 21 of file GZIPInputStream.h.


Constructor & Destructor Documentation

lat::GZIPInputStream::GZIPInputStream ( InputStream input,
ZDecompressor engine = 0,
IOSize  bufsize = DEFAULT_BUF_SIZE 
)


Member Function Documentation

virtual IOSize lat::GZIPInputStream::read ( void into,
IOSize  n 
) [virtual]

Reimplemented from lat::DecompressInputStream.


Member Data Documentation

bool lat::GZIPInputStream::m_eof [private]

Definition at line 35 of file GZIPInputStream.h.


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:48:25 2009 for CMSSW by  doxygen 1.5.4