zipios++
2.0.2
Zipios++ – a small C++ library that provides easy access to .zip files.
|
Define the zipios::ZipFile class. More...
Go to the source code of this file.
Classes | |
class | zipios::ZipFile |
The ZipFile class represents a collection of files. More... | |
Namespaces | |
zipios | |
The zipios namespace includes the Zipios++ library definitions. | |
Macros | |
#define | ZIPIOS_ZIPFILE_HPP |
This file defines the main class of the Zipios++ library. The zipios::ZipFile class is the one used to read or write Zip archives.
Note that a Zip archive is a zipios::FileCollection. When reading, you get zipios::FileEntry objects that are defined internally such as the zipios::ZipCDirEntry. When writing, you get zipios::FileEntry objects from a zipios::DirectoryCollection.
Definition in file zipfile.hpp.
#define ZIPIOS_ZIPFILE_HPP |
Definition at line 3 of file zipfile.hpp.