Celartem::InflateStream Class Reference

#include <cel_compress.h>

Inheritance diagram for Celartem::InflateStream:

Inheritance graph
[legend]

List of all members.

Static Public Member Functions

static AutoPtr< InflateStreamcreate (Stream *inStream)


Detailed Description

This class creates a layer on the specified storage that decompresses the data read from the storage.

Definition at line 174 of file cel_compress.h.


Member Function Documentation

static AutoPtr<InflateStream> Celartem::InflateStream::create ( Stream inStream  )  [static]

This function creates the wrapper stream that decompresses the data read by Stream::readBytes method. The stream internally uses zlib.

Parameters:
inStream A stream on which the decompression stream is created.
Returns:
The stream newly created.
See also:
Zlib, DeflateStream


The documentation for this class was generated from the following file:
This document is automatically generated using doxygen 1.5.4 at Fri Jun 27 18:23:15 2008.