| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/io/zipfileextractor.h>

Public Member Functions | |
| VRS_TYPEINFO (ZipFileExtractor, SharedObj) | |
| ZipFileExtractor (const std::string &zipFileName) | |
| Opens an existing ZIP file. | |
| virtual | ~ZipFileExtractor () |
| Closes the ZIP file again. | |
| virtual bool | isValid () const |
| Returns true, if the ZIP file could be opened. | |
| virtual int | extractAll (const std::string &destinationPath=std::string()) |
| Copies the existing file "localFileName" into the ZIP file using the given "fileNameInZipFile". | |
| VRS::ZipFileExtractor::ZipFileExtractor | ( | const std::string & | zipFileName | ) |
Opens an existing ZIP file.
| virtual VRS::ZipFileExtractor::~ZipFileExtractor | ( | ) | [virtual] |
Closes the ZIP file again.
| VRS::ZipFileExtractor::VRS_TYPEINFO | ( | ZipFileExtractor | , | |
| SharedObj | ||||
| ) |
| virtual bool VRS::ZipFileExtractor::isValid | ( | ) | const [virtual] |
Returns true, if the ZIP file could be opened.
| virtual int VRS::ZipFileExtractor::extractAll | ( | const std::string & | destinationPath = std::string() |
) | [virtual] |
Copies the existing file "localFileName" into the ZIP file using the given "fileNameInZipFile".
If "fileNameInZipFile" is empty "localFileName" is used instead.