CZipFileMember Class Reference
class CZipFileMember : public CBase
|
Class encapsulating the representation of a compressed file contained in a
CZipFile
archive file.
Constructor & Destructor Documentation
~CZipFileMember()
IMPORT_C
|
~CZipFileMember
|
(
|
)
|
[virtual]
|
Member Functions Documentation
CRC32(void)
IMPORT_C
TUint32
|
CRC32
|
(
|
void
|
|
)
|
const
|
Retrieve CRC value in a compressed file contained in a
CZipFile
archive file.
CompressedSize(void)
IMPORT_C
TUint32
|
CompressedSize
|
(
|
void
|
|
)
|
const
|
Retrieve the size of compressed file contained in a
CZipFile
archive file.
Name(void)
IMPORT_C const
TFileName
*
|
Name
|
(
|
void
|
|
)
|
const
|
Retrieve the name of a compressed file contained in a
CZipFile
archive file.
UncompressedSize(void)
IMPORT_C
TUint32
|
UncompressedSize
|
(
|
void
|
|
)
|
const
|
Retrieve the size of uncompressed file contained in a
CZipFile
archive file.
Member Data Documentation
TUint32
iCRC32
CRC with 32 bits length in a compressed file
TUint32
iCompressedSize
The size of compressed file
TUint16
iCompressionMethod
TUint16
|
iCompressionMethod
|
[private]
|
The method for compressing file
TFileName * iName
The name of a compressed file
TUint32
iUncompressedSize
TUint32
|
iUncompressedSize
|
[private]
|
The size of uncompressed file
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.