|
SavvyUI C++ UI Library
|
This is the complete list of members for ZipFile, including all inherited members.
| AddEntryFromFile(const string &relativePathInZip, const string &inputFilePath) | ZipFile | |
| AddEntryFromMemory(const string &relativePathInZip, const char *inputData, size_t inputDataSize) | ZipFile | |
| Close() | ZipFile | |
| Create(const string &filePath, BOOL overwriteContent=FALSE) | ZipFile | |
| CreateZipFromFiles(const string &outputZipFilePath, const vector< string > &files) | ZipFile | static |
| EntriesCount() | ZipFile | |
| ExtractFileToFile(const string &relativePathInZip, const string &outputFilePath) | ZipFile | |
| ExtractFileToMemory(const string &relativePathInZip, string &outputBuf) | ZipFile | |
| ExtractZip(const string &zipFilePath, const string &outputDir) | ZipFile | static |
| getLastError() | ZipFile | |
| Open(const string &filePath) | ZipFile | |
| ZipFile() | ZipFile | |
| ~ZipFile() | ZipFile | virtual |