CZipFileMember Class Reference
#include
<zipfilemember.h>
class CZipFileMember : public CBase |
Detailed Description
Class encapsulating the representation of a compressed file contained in a CZipFile archive file.
Constructor & Destructor Documentation
~CZipFileMember ( )
IMPORT_C | ~CZipFileMember | ( | ) | [virtual] |
Member Function Documentation
CRC32 ( void )
Retrieve CRC value in a compressed file contained in a CZipFile archive file.
Returns: the 32 bit integer contains the CRC value
CompressedSize ( void )
IMPORT_C TUint32 | CompressedSize | ( | void | | ) | const |
Retrieve the size of compressed file contained in a CZipFile archive file.
Returns: the size of a compressed file
Name ( void )
Retrieve the name of a compressed file contained in a CZipFile archive file.
Returns: the name of a compressed file
UncompressedSize ( void )
IMPORT_C TUint32 | UncompressedSize | ( | void | | ) | const |
Retrieve the size of uncompressed file contained in a CZipFile archive file.
Returns: the size of a uncompressed file