Login
Home
ZipArchive
Download
Purchase
Contact
General Information
How to Use
History of Changes
Frequently Asked Questions
Newsletter
Who's Using
Acknowledgements
Licensing Information
Overview
API Documentation
Home
>
ZipArchive
>
How to Use
>
API Documentation
Main Page
Namespaces
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
CZipFileHeader Member List
This is the complete list of members for
CZipFileHeader
, including all inherited members.
AdjustLocalComprSize
()
CZipFileHeader
inline
protected
AdjustLocalComprSize
(ZIP_SIZE_TYPE &uLocalComprSize)
CZipFileHeader
inline
protected
CheckDataDescriptor
(CZipStorage *pStorage) const
CZipFileHeader
protected
CheckLengths
(bool local) const
CZipFileHeader
inline
protected
CompressionEfficient
()
CZipFileHeader
inline
CZipArchive
(defined in
CZipFileHeader
)
CZipFileHeader
friend
CZipCentralDir
(defined in
CZipFileHeader
)
CZipFileHeader
friend
CZipFileHeader
(CZipCentralDir *pCentralDir) (defined in
CZipFileHeader
)
CZipFileHeader
protected
CZipFileHeader
() (defined in
CZipFileHeader
)
CZipFileHeader
CZipFileHeader
(const CZipFileHeader &header) (defined in
CZipFileHeader
)
CZipFileHeader
inline
GetComment
(bool bClearBuffer=false)
CZipFileHeader
GetCompressionLevel
() const
CZipFileHeader
GetCompressionRatio
()
CZipFileHeader
inline
GetCreationTime
() const
CZipFileHeader
inline
GetDataDescriptorSize
(const CZipStorage *pStorage) const
CZipFileHeader
inline
GetDataDescriptorSize
(bool bConsiderSignature=false) const
CZipFileHeader
GetDataSize
(bool bReal) const
CZipFileHeader
inline
GetEncryptedInfoSize
() const
CZipFileHeader
inline
GetEncryptionMethod
() const
CZipFileHeader
inline
GetFileExtension
(bool bLowerCase=false, bool bClearBuffer=true)
CZipFileHeader
GetFileName
(bool bClearBuffer=true)
CZipFileHeader
GetFileTitle
(bool bLowerCase=false, bool bClearBuffer=true)
CZipFileHeader
GetLastAccessTime
() const
CZipFileHeader
inline
GetLocalSize
(bool bReal) const
CZipFileHeader
GetModificationTime
() const
CZipFileHeader
GetOriginalAttributes
() const
CZipFileHeader
inline
GetSize
() const
CZipFileHeader
GetState
() const
CZipFileHeader
inline
GetStringStoreSettings
()
CZipFileHeader
inline
GetSystemAttr
()
CZipFileHeader
GetSystemCompatibility
() const
CZipFileHeader
inline
HasTime
() const
CZipFileHeader
inline
IsDataDescriptor
() const
CZipFileHeader
inline
IsDirectory
()
CZipFileHeader
IsEncrypted
() const
CZipFileHeader
inline
IsModified
() const
CZipFileHeader
inline
IsWinZipAesEncryption
() const
CZipFileHeader
inline
m_aCentralExtraData
CZipFileHeader
m_aLocalExtraData
CZipFileHeader
m_bIgnoreCrc32
CZipFileHeader
protected
m_gszLocalSignature
CZipFileHeader
static
m_gszSignature
CZipFileHeader
static
m_pCentralDir
CZipFileHeader
protected
m_tCreationTime
CZipFileHeader
protected
m_tLastAccessTime
CZipFileHeader
protected
m_tModificationTime
CZipFileHeader
protected
m_uComprSize
CZipFileHeader
m_uCrc32
CZipFileHeader
m_uEncryptionMethod
CZipFileHeader
protected
m_uExternalAttr
CZipFileHeader
protected
m_uFlag
CZipFileHeader
m_uInternalAttr
CZipFileHeader
m_uLocalComprSize
CZipFileHeader
m_uLocalFileNameSize
CZipFileHeader
protected
m_uLocalHeaderSize
(defined in
CZipFileHeader
)
CZipFileHeader
protected
m_uLocalUncomprSize
CZipFileHeader
m_uMethod
CZipFileHeader
m_uModDate
CZipFileHeader
m_uModTime
CZipFileHeader
m_uOffset
CZipFileHeader
m_uUncomprSize
CZipFileHeader
m_uVersionMadeBy
CZipFileHeader
m_uVersionNeeded
CZipFileHeader
m_uVolumeStart
CZipFileHeader
NeedsDataDescriptor
() const
CZipFileHeader
protected
NeedsSignatureInDataDescriptor
(const CZipStorage *pStorage) const
CZipFileHeader
inline
protected
operator=
(const CZipFileHeader &header) (defined in
CZipFileHeader
)
CZipFileHeader
PredictCommentSize
() const
CZipFileHeader
inline
PredictFileNameSize
() const
CZipFileHeader
inline
PrepareData
(int iLevel, bool bSegm)
CZipFileHeader
protected
PrepareStringBuffers
()
CZipFileHeader
inline
protected
Read
(bool bReadSignature)
CZipFileHeader
protected
ReadLocal
(CZipCentralDir *pCentralDir)
CZipFileHeader
protected
SetComment
(LPCTSTR lpszComment)
CZipFileHeader
SetCreationTime
(const time_t &ttime)
CZipFileHeader
inline
SetFileName
(LPCTSTR lpszFileName, bool bInCentralOnly=false)
CZipFileHeader
SetLastAccessTime
(const time_t &ttime)
CZipFileHeader
inline
SetModificationTime
(const time_t &ttime, bool bFullResolution=false, bool bUseUtcTime=false)
CZipFileHeader
SetSystemAttr
(DWORD uAttr)
CZipFileHeader
SetSystemCompatibility
(int iSystemID, bool bUpdateAttr=false)
CZipFileHeader
inline
protected
sfCommentExtra
enum value
CZipFileHeader
sfCustomUnicode
enum value
CZipFileHeader
sfFileNameExtra
enum value
CZipFileHeader
sfModified
enum value
CZipFileHeader
sfNone
enum value
CZipFileHeader
sfStringsUnicode
enum value
CZipFileHeader
StateFlags
enum name
CZipFileHeader
UpdateFlag
(bool bSegm)
CZipFileHeader
inline
protected
UpdateLocalHeader
(CZipStorage *pStorage)
CZipFileHeader
protected
UpdateLocalZip64
(bool bAdjustLocalComprSize)
CZipFileHeader
protected
VerifySignature
(CZipAutoBuffer &buf)
CZipFileHeader
inline
protected
static
Write
(CZipCentralDir *pCentralDir)
CZipFileHeader
protected
WriteCrc32
(char *pBuf) const
CZipFileHeader
protected
WriteDataDescriptor
(CZipStorage *pStorage)
CZipFileHeader
protected
WriteLocal
(CZipStorage *pStorage)
CZipFileHeader
protected
WriteSmallDataDescriptor
(char *pDest, bool bLocal=true)
CZipFileHeader
protected
~CZipFileHeader
() (defined in
CZipFileHeader
)
CZipFileHeader
virtual
Back To Top