#include <zipfilemember.h>
Link against: ezip.lib
class CZipFileMember : public CBase |
Public Member Functions | |
---|---|
virtual | ~CZipFileMember() |
IMPORT_C TUint32 | CRC32(void) |
IMPORT_C TUint32 | CompressedSize(void) |
IMPORT_C const TFileName * | Name(void) |
IMPORT_C TUint32 | UncompressedSize(void) |
Class encapsulating the representation of a compressed file contained in a CZipFile archive file.
IMPORT_C TUint32 | CRC32 | ( | void | ) | const |
Retrieve CRC value in a compressed file contained in a CZipFile archive file.
IMPORT_C TUint32 | CompressedSize | ( | void | ) | const |
Retrieve the size of compressed file contained in a CZipFile archive file.