| class CZipFileMember : public CBase |
Class encapsulating the representation of a compressed file contained in a CZipFile archive file.
| Public Member Functions | |
|---|---|
| ~CZipFileMember() | |
| IMPORT_C TUint32 | CRC32(void) |
| IMPORT_C TUint32 | CompressedSize(void) |
| IMPORT_C const TFileName * | Name(void) |
| IMPORT_C TUint32 | UncompressedSize(void) |
| Private Attributes | |
|---|---|
| TUint32 | iCRC32 |
| TUint32 | iCompressedSize |
| TUint16 | iCompressionMethod |
| TUint32 | iDataOffset |
| TFileName * | iName |
| TUint32 | iUncompressedSize |