class CEZZStream : public CBase |
Represents a zip stream
Public Member Functions | |
---|---|
IMPORT_C TInt32 | Adler32() |
IMPORT_C TInt | AvailIn() |
IMPORT_C TInt | AvailOut() |
IMPORT_C TPtrC8 | OutputDescriptor() |
IMPORT_C TInt | Progress(TInt) |
IMPORT_C void | SetInput(const TDesC8 &) |
IMPORT_C void | SetOutput(TDes8 &) |
IMPORT_C TInt | TotalIn() |
IMPORT_C TInt | TotalOut() |
Protected Member Functions | |
---|---|
CEZZStream() |
Public Member Enumerations | |
---|---|
enum | anonymous { EStreamError = -Z_STREAM_ERROR, EDataError = -Z_DATA_ERROR, EBufError = -Z_BUF_ERROR, EVersionError = -Z_VERSION_ERROR, EUnexpected } |
Protected Attributes | |
---|---|
TInt | iOutputBufferLength |
TUint8 * | iOutputPointer |
z_stream | iStream |
IMPORT_C void | SetInput | ( | const TDesC8 & | aInputData | ) |
const TDesC8 & aInputData |
stream panic values
EStreamError = -Z_STREAM_ERROR | |
EDataError = -Z_DATA_ERROR | |
EBufError = -Z_BUF_ERROR | |
EVersionError = -Z_VERSION_ERROR | |
EUnexpected |