This is the complete list of members for ZipFile, including all inherited members.
Alloc() | ZipFile | static |
CalcCRC32(const void *pBuffer, Int32 lBufferLen, UInt32 ulOldCRC=0) | ZipFile | static |
Close() | ZipFile | |
Close(const char *pchGlobalComment) | ZipFile | |
Close(const String &strGlobalComment) | ZipFile | |
CloseCurrentFile() | ZipFile | |
CloseFileInZip() | ZipFile | |
CopyInFileInZip(const Filename &fn, const String &str, const char *pchPassword=nullptr) | ZipFile | |
CopyInFileInZip(const Filename &fn, const String &str, UInt32 ulInternalAttributes, UInt32 ulExternalAttributes, const char *pchPassword=nullptr) | ZipFile | |
CreateDirectoryInZip(const String &strName, ZipFileTime *pTime) | ZipFile | |
CreateFileInZip(const String &strName, ZipWriteInfo *pInfo, void *pExtraFieldLocal, UInt32 lExtraSizeLocal, void *pExtraFieldGlobal, UInt32 lExtraSizeGlobal, String *pstrComment, ZipMethod method, INT lLevel, const char *pchPassword=nullptr, UInt32 ulCryptingCRC=0) | ZipFile | |
CreateFilename(const String &str, Filename &fn) | ZipFile | static |
CreateLocalFileName(const Filename &fn, String &str) | ZipFile | static |
EndOfCurrentFile() | ZipFile | |
ExtractCurrentFile(const Filename &fnDir, BaseThread *pThread, Int32 lFlags=0x00000001, const char *pchPassword=nullptr, Filename *pfnDest=nullptr) | ZipFile | |
ExtractCurrentFile(const Filename &fnDir, Int32 lFlags=0x00000001, const char *pchPassword=nullptr, Filename *pfnDest=nullptr) | ZipFile | |
ExtractToDirectory(const Filename &fnZip, const Filename &fnDir, Int32 lFlags=0x00000001, ExtractDirectoryCallback fn=nullptr, void *pData=nullptr, const char *pChPassword=nullptr) | ZipFile | |
Free(ZipFile *&p) | ZipFile | static |
GetCompressionLevel() const | ZipFile | |
GetCurrentFileInfo(ZipFileInfo &i) | ZipFile | |
GetCurrentFileInfo(String *pstrName, String *pstrComment=nullptr, void *pExtraField=nullptr, UInt32 lExtraFieldSize=0) | ZipFile | |
GetCurrentFileReadPosition() | ZipFile | |
GetFileCRC(const Filename &fn, UInt32 &ulCRC) | ZipFile | static |
GetGlobalComment(String &str) | ZipFile | |
GetGlobalInfo(ZipFileGlobalInfo &i) | ZipFile | |
GoToFirstFile() | ZipFile | |
GoToNextFile() | ZipFile | |
LocateFile(const String &strName) | ZipFile | |
Open(const Filename &fn, const Bool bRead, const Int32 lAppend=0) | ZipFile | |
OpenCurrentFile(const char *pChPassword=nullptr) | ZipFile | |
OpenEncrypted(const Filename &fn, const Bool bRead, const char *pchKey, Int32 lKeyLength, Int32 lBlockLength, UInt32 lAESFlags, const Int32 lAppend=0) | ZipFile | |
ReadCurrentFile(void *pBuffer, UInt32 lBufferSize) | ZipFile | |
SetCompressionLevel(Int32 lLevel) | ZipFile | |
SetSpanning(UInt32 ulSpan, Bool bOverwrite) | ZipFile | |
WriteInFileInZip(const void *pBuffer, const UInt32 lLen, const Int32 lExpectedSize=-1) | ZipFile | |
ZipFile() | ZipFile | private |
~ZipFile() | ZipFile | private |