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 .

Definition at line 153 of file cel_compress.h.


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 automatically generated using doxygen 1.5.4 at Fri Jun 27 18:23:15 2008.