Location:
ZipFileMember.h
Link against: ezip.lib
class CZipFileMember : public CBase;
Class encapsulating the representation of a compressed file contained in a CZipFile
archive file.
CBase
- Base class for all classes to be instantiated on the heap
CZipFileMember
- Class encapsulating the representation of a compressed file contained in a
Defined in CZipFileMember
:
CRC32()
, CompressedSize()
, Name()
, UncompressedSize()
, ~CZipFileMember()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
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.
|