zipios++  2.0.2
Zipios++ – a small C++ library that provides easy access to .zip files.
Classes | Namespaces | Macros
zipfile.hpp File Reference

Define the zipios::ZipFile class. More...

#include "zipios++/filecollection.hpp"
#include "zipios++/virtualseeker.hpp"
Include dependency graph for zipfile.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

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.

Macro Definition Documentation

#define ZIPIOS_ZIPFILE_HPP

Definition at line 3 of file zipfile.hpp.