Static Public Member Functions

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.


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 made with doxygen 1.7.1 at Sun Sep 5 2010 13:03:37.
Caminova Logo