#include <ZipFile.h>
|
| static BOOL | CreateZipFromFiles (const string &outputZipFilePath, const vector< string > &files) |
| static BOOL | ExtractZip (const string &zipFilePath, const string &outputDir) |
◆ ZipFile()
◆ ~ZipFile()
| virtual ZipFile::~ZipFile |
( |
| ) |
|
|
virtual |
◆ AddEntryFromFile()
| BOOL ZipFile::AddEntryFromFile |
( |
const string & | relativePathInZip, |
|
|
const string & | inputFilePath ) |
◆ AddEntryFromMemory()
| BOOL ZipFile::AddEntryFromMemory |
( |
const string & | relativePathInZip, |
|
|
const char * | inputData, |
|
|
size_t | inputDataSize ) |
◆ Close()
◆ Create()
| BOOL ZipFile::Create |
( |
const string & | filePath, |
|
|
BOOL | overwriteContent = FALSE ) |
◆ CreateZipFromFiles()
| BOOL ZipFile::CreateZipFromFiles |
( |
const string & | outputZipFilePath, |
|
|
const vector< string > & | files ) |
|
static |
◆ EntriesCount()
| long ZipFile::EntriesCount |
( |
| ) |
|
◆ ExtractFileToFile()
| BOOL ZipFile::ExtractFileToFile |
( |
const string & | relativePathInZip, |
|
|
const string & | outputFilePath ) |
◆ ExtractFileToMemory()
| BOOL ZipFile::ExtractFileToMemory |
( |
const string & | relativePathInZip, |
|
|
string & | outputBuf ) |
◆ ExtractZip()
| BOOL ZipFile::ExtractZip |
( |
const string & | zipFilePath, |
|
|
const string & | outputDir ) |
|
static |
◆ getLastError()
| string ZipFile::getLastError |
( |
| ) |
|
◆ Open()
| BOOL ZipFile::Open |
( |
const string & | filePath | ) |
|
The documentation for this class was generated from the following file: