|
|
| ZWrapper (const std::string &path) |
| int32_t | CreateArchive (void) override |
| bool | AddFile (const std::string &path, std::vector< char > data) override |
| int32_t | Close (void) override |
|
| BinaryWrapper (const std::string &path) |
|
|
miniz_cpp::zip_file * | mZip |
|
|
std::mutex | mMutex |
|
std::string | mPath |
◆ AddFile()
| bool ZWrapper::AddFile |
( |
const std::string & | path, |
|
|
std::vector< char > | data ) |
|
overridevirtual |
◆ Close()
| int32_t ZWrapper::Close |
( |
void | | ) |
|
|
overridevirtual |
◆ CreateArchive()
| int32_t ZWrapper::CreateArchive |
( |
void | | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: