#include <cel_compress.h>

Static Public Member Functions | |
| static AutoPtr< InflateStream > | create (Stream *inStream) |
Definition at line 174 of file cel_compress.h.
| 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.
| inStream | A stream on which the decompression stream is created. |