#include <cel_compress.h>

Static Public Member Functions | |
| static AutoPtr< DeflateStream > | create (Stream *inStream) |
This class creates a layer on the specified storage that compresses the data written by writeBytes .
| 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.
| inStream | A stream on which the compression stream is created. |