#include <ZippedInputStream.h>
List of all members.
Detailed Description
input filter stream to unzip data
Constructor & Destructor Documentation
| TZippedInputStream::TZippedInputStream |
( |
IInputStream & |
rParentStream, |
|
|
bool |
bUseRawInflate = false |
|
) |
| |
Creates a zip input stream filter
- Parameters:
-
| rParentStream | : Source stream |
| bUseRawInflate,: | Flag if the raw inflate should be used (true = no checking of compression header) |
| TZippedInputStream::~TZippedInputStream |
( |
) |
[protected, virtual] |
Destroys the zip input stream filter
Member Function Documentation
| Retval TZippedInputStream::decompressStream |
( |
const IByteArray & |
rCompressedInput, |
|
|
IByteArray & |
rRawOutput |
|
) |
| [static] |
decompresses the data of a byte array.
- Parameters:
-
| rCompressedInput | : compressed input stream |
| rRawOutput | : output array of uncompressed data |
- Return values:
-
| RET_NOERROR | : stream uncompressed |
| Retval MQUALIFIER TZippedInputStream::read |
( |
char * |
pBuffer, |
|
|
Int |
iBufferSize, |
|
|
Int & |
rValidSize |
|
) |
| const [virtual] |
| Int MQUALIFIER TZippedInputStream::readItem |
( |
) |
const [virtual] |
The documentation for this class was generated from the following files: