Static Public Member Functions

Celartem::DeflateStream Class Reference

#include <cel_compress.h>

Inheritance diagram for Celartem::DeflateStream:
Inheritance graph
[legend]

List of all members.

Static Public Member Functions

static AutoPtr< DeflateStreamcreate (Stream *inStream)

Detailed Description

This class creates a layer on the specified storage that compresses the data written by writeBytes .


Member Function Documentation

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

This function creates the wrapper stream that compresses the data written by Stream::writeBytes method. The stream internally uses zlib.

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

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