| AddNewFile(CZipAddNewFileInfo &info) | CZipArchive |  | 
  | AddNewFile(LPCTSTR lpszFilePath, int iComprLevel=-1, bool bFullPath=true, int iSmartLevel=zipsmSafeSmart, unsigned long nBufSize=65536) | CZipArchive |  | 
  | AddNewFile(LPCTSTR lpszFilePath, LPCTSTR lpszFileNameInZip, int iComprLevel=-1, int iSmartLevel=zipsmSafeSmart, unsigned long nBufSize=65536) | CZipArchive |  | 
  | AddNewFile(CZipAbstractFile &af, LPCTSTR lpszFileNameInZip, int iComprLevel=-1, int iSmartLevel=zipsmSafeSmart, unsigned long nBufSize=65536) | CZipArchive |  | 
  | AddNewFiles(LPCTSTR lpszPath, ZipArchiveLib::CFileFilter &filter, bool bRecursive=true, int iComprLevel=-1, bool bSkipInitialPath=true, int iSmartLevel=zipsmSafeSmart, unsigned long nBufSize=65536) | CZipArchive |  | 
  | AddNewFiles(LPCTSTR lpszPath, LPCTSTR lpszFileMask=_T("*.*"), bool bRecursive=true, int iComprLevel=-1, bool bSkipInitialPath=true, int iSmartLevel=zipsmSafeSmart, unsigned long nBufSize=65536) | CZipArchive | inline | 
  | AddNewFiles(CZipAddFilesEnumerator &addFilesEnumerator, ZipArchiveLib::CFileFilter &filter, bool bSkipInitialPath=true) | CZipArchive |  | 
  | afAfterException enum value | CZipArchive |  | 
  | afNoException enum value | CZipArchive |  | 
  | afWriteDir enum value | CZipArchive |  | 
  | CanModify(bool bAllowNewSegmented=false, bool bNeedsClosed=true) | CZipArchive | inline | 
  | checkAll enum value | CZipArchive |  | 
  | checkCRC enum value | CZipArchive |  | 
  | checkDataDescriptor enum value | CZipArchive |  | 
  | checkDecryptionVerifier enum value | CZipArchive |  | 
  | checkIgnoredByDefault enum value | CZipArchive |  | 
  | checkInvalidExtraData enum value | CZipArchive |  | 
  | checkLocalAll enum value | CZipArchive |  | 
  | checkLocalCRC enum value | CZipArchive |  | 
  | checkLocalFlag enum value | CZipArchive |  | 
  | checkLocalMethod enum value | CZipArchive |  | 
  | checkLocalSizes enum value | CZipArchive |  | 
  | checkNone enum value | CZipArchive |  | 
  | checkTrimmedCentralDir enum value | CZipArchive |  | 
  | checkVolumeEntries enum value | CZipArchive |  | 
  | ClearCompressor() | CZipArchive | inlineprotected | 
  | ClearCryptograph() | CZipArchive | inlineprotected | 
  | Close(int iAfterException=afNoException, bool bUpdateTimeStamp=false) | CZipArchive |  | 
  | CloseAfterException enum name | CZipArchive |  | 
  | CloseFile(LPCTSTR lpszFilePath=NULL, bool bAfterException=false) | CZipArchive |  | 
  | CloseFile(CZipFile &file) | CZipArchive |  | 
  | CloseNewFile(bool bAfterException=false) | CZipArchive |  | 
  | cmManual enum value | CZipArchive |  | 
  | cmOnChange enum value | CZipArchive |  | 
  | CommitChanges() | CZipArchive |  | 
  | CommitMode enum name | CZipArchive |  | 
  | compress enum value | CZipArchive | protected | 
  | ConsistencyCheck enum name | CZipArchive |  | 
  | CreateCompressor(WORD uMethod) | CZipArchive | inlineprotectedvirtual | 
  | CreateCryptograph(int iEncryptionMethod) | CZipArchive | inlineprotectedvirtual | 
  | CurrentFile() | CZipArchive | protected | 
  | CZipArchive() (defined in CZipArchive) | CZipArchive |  | 
  | EnableFindFast(bool bEnable=true) | CZipArchive |  | 
  | EncryptAllFiles() | CZipArchive | inline | 
  | EncryptFile(ZIP_INDEX_TYPE uIndex) | CZipArchive | inline | 
  | EncryptFiles(CZipIndexesArray &aIndexes) | CZipArchive | inline | 
  | EncryptFilesInternal(CZipIndexesArray *pIndexes) | CZipArchive | protected | 
  | extract enum value | CZipArchive | protected | 
  | ExtractFile(ZIP_INDEX_TYPE uIndex, LPCTSTR lpszPath, bool bFullPath=true, LPCTSTR lpszNewName=NULL, ZipPlatform::FileOverwriteMode iOverwriteMode=ZipPlatform::fomRegular, CZipCompressor::COffsetsPair *pSeekPair=NULL, DWORD nBufSize=65536) | CZipArchive |  | 
  | ExtractFile(ZIP_INDEX_TYPE uIndex, CZipAbstractFile &af, bool bRewind=true, CZipCompressor::COffsetsPair *pSeekPair=NULL, DWORD nBufSize=65536) | CZipArchive |  | 
  | FFCaseSens enum name | CZipArchive |  | 
  | ffCaseSens enum value | CZipArchive |  | 
  | ffDefault enum value | CZipArchive |  | 
  | ffNoCaseSens enum value | CZipArchive |  | 
  | Finalize(bool bOnlyIfAuto=false) | CZipArchive |  | 
  | FindFile(LPCTSTR lpszFileName, int iCaseSensitive=ffDefault, bool bFileNameOnly=false) | CZipArchive |  | 
  | FindMatches(LPCTSTR lpszPattern, CZipIndexesArray &ar, bool bFullPath=true) | CZipArchive |  | 
  | FlushBuffers() | CZipArchive | inline | 
  | GetAdvanced(int *piWriteBuffer=NULL, int *piGeneralBuffer=NULL, int *piSearchBuffer=NULL) | CZipArchive | inline | 
  | GetArchivePath() const  | CZipArchive |  | 
  | GetAutoFinalize() const  | CZipArchive | inline | 
  | GetBytesBeforeZip() const  | CZipArchive | inline | 
  | GetCallback(CZipActionCallback::CallbackType iWhich) | CZipArchive | inline | 
  | GetCaseSensitivity() const  | CZipArchive | inline | 
  | GetCentralDirInfo(CZipCentralDir::CInfo &info) const  | CZipArchive |  | 
  | GetCentralDirSize(bool bWhole=true) const  | CZipArchive | inline | 
  | GetCommitMode() const  | CZipArchive | inline | 
  | GetCompressionMethod() const  | CZipArchive | inline | 
  | GetCount(bool bOnlyFiles) | CZipArchive | inline | 
  | GetCount() const  | CZipArchive | inline | 
  | GetCurrentCompressor() const  | CZipArchive | inline | 
  | GetCurrentVolume() const  | CZipArchive |  | 
  | GetEncryptionMethod() const  | CZipArchive | inline | 
  | GetFileInfo(CZipFileHeader &fhInfo, ZIP_INDEX_TYPE uIndex) const  | CZipArchive |  | 
  | GetFileInfo(ZIP_INDEX_TYPE uIndex) | CZipArchive |  | 
  | GetFileInfo(ZIP_INDEX_TYPE uIndex) const  | CZipArchive |  | 
  | GetFindFastIndex(ZIP_INDEX_TYPE iFindFastIndex) const  | CZipArchive | inline | 
  | GetFromArchive(CZipArchive &zip, ZIP_INDEX_TYPE uIndex, LPCTSTR lpszNewFileName=NULL, ZIP_INDEX_TYPE uReplaceIndex=ZIP_FILE_INDEX_UNSPECIFIED, bool bKeepSystComp=false) | CZipArchive | inline | 
  | GetFromArchive(CZipArchive &zip, CZipIndexesArray &aIndexes, bool bKeepSystComp=false, bool bReplaceMode=false) | CZipArchive |  | 
  | GetFromArchive(CZipArchive &zip, CZipStringArray &aNames, bool bKeepSystComp=false) | CZipArchive | inline | 
  | GetGlobalComment() const  | CZipArchive |  | 
  | GetIgnoredConsistencyChecks() const  | CZipArchive | inline | 
  | GetIndexes(const CZipStringArray &aNames, CZipIndexesArray &aIndexes) | CZipArchive |  | 
  | GetLastIndexAdded() const  | CZipArchive | inline | 
  | GetOccupiedSpace() const  | CZipArchive | inline | 
  | GetPassword() const  | CZipArchive |  | 
  | GetRootPath() const  | CZipArchive | inline | 
  | GetSpecialFlags() const  | CZipArchive | inline | 
  | GetStorage() | CZipArchive | inline | 
  | GetStringStoreSettings() | CZipArchive | inline | 
  | GetSystemCompatibility() const  | CZipArchive | inline | 
  | GetTempPath() const  | CZipArchive | inline | 
  | GetUnicodeMode() const  | CZipArchive | inline | 
  | InitOnOpen(int iArchiveSystCompatib, CZipCentralDir *pSource=NULL) | CZipArchive | protected | 
  | IsClosed(bool bArchive=true) const  | CZipArchive | inline | 
  | IsFullFileTimes() const  | CZipArchive | inline | 
  | IsModified() const  | CZipArchive | inline | 
  | IsPasswordSet() const  | CZipArchive | inline | 
  | IsReadOnly() | CZipArchive | inline | 
  | IsUseUtcFileTimes() const  | CZipArchive | inline | 
  | IsZipArchive(LPCTSTR lpszPathName) | CZipArchive | static | 
  | IsZipArchive(CZipAbstractFile &af, bool bAutoClose=false) | CZipArchive | static | 
  | m_bAutoFinalize | CZipArchive | protected | 
  | m_bCaseSensitive | CZipArchive | protected | 
  | m_bSafePaths | CZipArchive |  | 
  | m_bStoreFullFileTimes | CZipArchive | protected | 
  | m_bUseUtcFileTimes | CZipArchive | protected | 
  | m_callbacks | CZipArchive | protected | 
  | m_centralDir | CZipArchive | protected | 
  | m_gszCopyright (defined in CZipArchive) | CZipArchive | static | 
  | m_gszVersion (defined in CZipArchive) | CZipArchive | static | 
  | m_iArchiveSystCompatib | CZipArchive | protected | 
  | m_iBufferSize | CZipArchive | protected | 
  | m_iCommitMode | CZipArchive | protected | 
  | m_iEncryptionMethod | CZipArchive | protected | 
  | m_iFileOpened | CZipArchive | protected | 
  | m_pBuffer | CZipArchive | protected | 
  | m_pCompressor | CZipArchive | protected | 
  | m_pCryptograph | CZipArchive | protected | 
  | m_pszPassword | CZipArchive | protected | 
  | m_pZipCompare | CZipArchive | protected | 
  | m_storage | CZipArchive | protected | 
  | m_stringSettings | CZipArchive | protected | 
  | m_szRootPath | CZipArchive | protected | 
  | m_szTempPath | CZipArchive | protected | 
  | m_uCompressionMethod | CZipArchive | protected | 
  | nothing enum value | CZipArchive | protected | 
  | Open(LPCTSTR szPathName, int iMode=zipOpen, ZIP_SIZE_TYPE uVolumeSize=0) | CZipArchive |  | 
  | Open(CZipAbstractFile &af, int iMode=zipOpen, bool bAutoClose=false) | CZipArchive |  | 
  | OpenFile(ZIP_INDEX_TYPE uIndex) | CZipArchive |  | 
  | OpenFileType enum name | CZipArchive | protected | 
  | OpenFrom(CZipArchive &zip, CZipAbstractFile *pArchiveFile=NULL, bool bAllowNonReadOnly=false) | CZipArchive |  | 
  | OpenInternal(int iMode) | CZipArchive | protected | 
  | OpenMode enum name | CZipArchive |  | 
  | OpenNewFile(CZipFileHeader &header, int iLevel=CZipCompressor::levelDefault, LPCTSTR lpszFilePath=NULL) | CZipArchive | inline | 
  | OpenNewFile(CZipFileHeader &header, int iLevel, LPCTSTR lpszFilePath, ZIP_INDEX_TYPE uReplaceIndex) | CZipArchive | protected | 
  | operator[](ZIP_INDEX_TYPE uIndex) | CZipArchive | inline | 
  | operator[](ZIP_INDEX_TYPE uIndex) const  | CZipArchive | inline | 
  | OverwriteLocalHeader(ZIP_INDEX_TYPE uIndex) | CZipArchive |  | 
  | prAuto enum value | CZipArchive |  | 
  | prDir enum value | CZipArchive |  | 
  | Predict enum name | CZipArchive |  | 
  | PredictExtractedFileName(LPCTSTR lpszFileNameInZip, LPCTSTR lpszPath, bool bFullPath, LPCTSTR lpszNewName=NULL) const  | CZipArchive |  | 
  | PredictFileNameInZip(LPCTSTR lpszFilePath, bool bFullPath, int iWhat=prAuto) const  | CZipArchive |  | 
  | PredictMaximumFileSizeInArchive(CZipFileHeader &fh) | CZipArchive |  | 
  | PredictMaximumFileSizeInArchive(LPCTSTR lpszFilePath, bool bFullPath) | CZipArchive |  | 
  | PrependData(LPCTSTR lpszFilePath, LPCTSTR lpszNewExt=) | CZipArchive |  | 
  | PrependData(CZipAbstractFile &file, LPCTSTR lpszNewExt=NULL) | CZipArchive |  | 
  | prFile enum value | CZipArchive |  | 
  | ReadFile(void *pBuf, DWORD uSize) | CZipArchive |  | 
  | ReadLocalHeader(ZIP_INDEX_TYPE uIndex) | CZipArchive |  | 
  | ReadLocalHeaderInternal(ZIP_INDEX_TYPE uIndex) | CZipArchive | inlineprotected | 
  | RemoveCentralDirectoryFromArchive() | CZipArchive |  | 
  | RemoveFile(ZIP_INDEX_TYPE uIndex, bool bRemoveData=true) | CZipArchive |  | 
  | RemoveFiles(CZipIndexesArray &aIndexes) | CZipArchive |  | 
  | RemoveFiles(const CZipStringArray &aNames) | CZipArchive |  | 
  | RemovePathBeginning(LPCTSTR lpszBeginning, CZipString &szPath, ZIPSTRINGCOMPARE pCompareFunction) | CZipArchive | static | 
  | ResetCurrentVolume() | CZipArchive |  | 
  | ResetStringStoreSettings() | CZipArchive | inline | 
  | scAll enum value | CZipArchive |  | 
  | scSpan enum value | CZipArchive |  | 
  | scSplit enum value | CZipArchive |  | 
  | SeekInFile(CZipCompressor::COffsetsPair *pPair) | CZipArchive |  | 
  | SegmCallbackType enum name | CZipArchive |  | 
  | SetAdvanced(int iWriteBuffer=65536, int iGeneralBuffer=65536, int iSearchBuffer=32768) | CZipArchive |  | 
  | SetAutoFinalize(bool bAutoFinalize=true) | CZipArchive |  | 
  | SetBytesBeforeZip(ZIP_SIZE_TYPE uCount=0) | CZipArchive | inline | 
  | SetCallback(CZipActionCallback *pCallback=NULL, int iWhich=CZipActionCallback::cbAll) | CZipArchive | inline | 
  | SetCaseSensitivity(bool bCaseSensitive) | CZipArchive | inline | 
  | SetCommitMode(int iCommitMode=cmOnChange) | CZipArchive | inline | 
  | SetCompressionMethod(WORD uCompressionMethod=CZipCompressor::methodDeflate) | CZipArchive |  | 
  | SetCompressionOptions(CZipCompressor::COptions *pOptions) | CZipArchive | inline | 
  | SetEncryptionMethod(int iEncryptionMethod=CZipCryptograph::encStandard) | CZipArchive |  | 
  | SetFullFileTimes(bool bFullFileTimes=true) | CZipArchive | inline | 
  | SetGlobalComment(LPCTSTR lpszComment, UINT codePage=ZIP_DEFAULT_CODE_PAGE) | CZipArchive |  | 
  | SetIgnoredConsistencyChecks(int iLevel=checkIgnoredByDefault) | CZipArchive | inline | 
  | SetPassword(LPCTSTR lpszPassword=NULL, UINT codePage=ZIP_DEFAULT_CODE_PAGE) | CZipArchive |  | 
  | SetRootPath(LPCTSTR szPath=NULL) | CZipArchive |  | 
  | SetSegmCallback(CZipSegmCallback *pCallback=NULL, int callbackType=scSpan) | CZipArchive |  | 
  | SetSpecialFlags(int iSpecialFlags) | CZipArchive | inline | 
  | SetSplitNamesHandler(CZipSplitNamesHandler &names) | CZipArchive | inline | 
  | SetSplitNamesHandler(CZipSplitNamesHandler *pNames, bool bAutoDelete=true) | CZipArchive | inline | 
  | SetStringStoreSettings(const CZipStringStoreSettings &settings) | CZipArchive | inline | 
  | SetStringStoreSettings(UINT uFileNameCodePage, bool bStoreNameInExtraData, UINT uCommentCodePage) | CZipArchive | inline | 
  | SetStringStoreSettings(UINT uFileNameCodePage, bool bStoreNameInExtraData=false) | CZipArchive | inline | 
  | SetSystemCompatibility(int iSystemComp) | CZipArchive |  | 
  | SetTempPath(LPCTSTR lpszPath=NULL, bool bForce=true) | CZipArchive |  | 
  | SetUnicodeMode(int iMode) | CZipArchive | inline | 
  | SetUseUtcFileTimes(bool bUseUtcFileTimes=true) | CZipArchive | inline | 
  | sfExhaustiveRead enum value | CZipArchive |  | 
  | sfLargeNotZip64 enum value | CZipArchive |  | 
  | sfNone enum value | CZipArchive |  | 
  | ShiftData(ZIP_SIZE_TYPE uOffset) | CZipArchive |  | 
  | Smartness enum name | CZipArchive |  | 
  | SpecialFlags enum name | CZipArchive |  | 
  | TestFile(ZIP_INDEX_TYPE uIndex, DWORD uBufSize=65536) | CZipArchive |  | 
  | TrimRootPath(CZipPathComponent &zpc) const  | CZipArchive |  | 
  | umAll enum value | CZipArchive |  | 
  | umCustom enum value | CZipArchive |  | 
  | umExtra enum value | CZipArchive |  | 
  | umNone enum value | CZipArchive |  | 
  | umString enum value | CZipArchive |  | 
  | UnicodeMode enum name | CZipArchive |  | 
  | WillBeDuplicated(LPCTSTR lpszFilePath, bool bFullPath, bool bFileNameOnly=false, int iWhat=prAuto) | CZipArchive |  | 
  | WillEncryptNextFile() const  | CZipArchive | inline | 
  | WriteCentralDirectory(bool bFlush=true) | CZipArchive | protected | 
  | WriteNewFile(const void *pBuf, DWORD uSize) | CZipArchive |  | 
  | zipCreate enum value | CZipArchive |  | 
  | zipCreateAppend enum value | CZipArchive |  | 
  | zipCreateBinSplit enum value | CZipArchive |  | 
  | zipCreateSpan enum value | CZipArchive |  | 
  | zipCreateSplit enum value | CZipArchive |  | 
  | zipModeBinSplit enum value (defined in CZipArchive) | CZipArchive |  | 
  | zipModeSegmented enum value (defined in CZipArchive) | CZipArchive |  | 
  | zipModeSpan enum value (defined in CZipArchive) | CZipArchive |  | 
  | zipModeSplit enum value (defined in CZipArchive) | CZipArchive |  | 
  | zipOpen enum value | CZipArchive |  | 
  | zipOpenBinSplit enum value | CZipArchive |  | 
  | zipOpenReadOnly enum value | CZipArchive |  | 
  | zipOpenSplit enum value | CZipArchive |  | 
  | zipsmCheckForEff enum value | CZipArchive |  | 
  | zipsmCheckForEffInMem enum value | CZipArchive |  | 
  | zipsmCPassDir enum value | CZipArchive |  | 
  | zipsmCPFile0 enum value | CZipArchive |  | 
  | zipsmIgnoreDirectories enum value | CZipArchive |  | 
  | zipsmInternal01 enum value (defined in CZipArchive) | CZipArchive |  | 
  | zipsmLazy enum value | CZipArchive |  | 
  | zipsmMemoryFlag enum value | CZipArchive |  | 
  | zipsmNotCompSmall enum value | CZipArchive |  | 
  | zipsmSafeSmart enum value | CZipArchive |  | 
  | zipsmSmartAdd enum value | CZipArchive |  | 
  | zipsmSmartest enum value | CZipArchive |  | 
  | zipsmSmartPass enum value | CZipArchive |  | 
  | ~CZipArchive() (defined in CZipArchive) | CZipArchive | virtual |