|
|
|
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 CZipF...
Defined in CZipFileMember:
CRC32(void)constRetrieve CRC value in a compressed file contained in a CZipFile archive file.CompressedSize(void)constRetrieve the size of compressed file contained in a CZipFile archive file.Name(void)constRetrieve the name of a compressed file contained in a CZipFile archive file.UncompressedSize(void)constRetrieve the size of uncompressed file contained in a CZipFile archive file.~CZipFileMember()Destructor Inherited from CBase:
Delete(CBase *)Deletes the specified object.Extension_(TUint,TAny *&,TAny *)Extension function operator new(TUint)Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TAny *)Initialises the object to binary zeroes.operator new(TUint,TLeave)Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TLeave,TUint)Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TUint)Allocates the object from the heap and then initialises its contents to binary z...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.
|