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

Declaration of the zipios::ZipCentralDirectoryEntry, which represents a directory Zip archive entry. More...

#include "ziplocalentry.hpp"
Include dependency graph for zipcentraldirectoryentry.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  zipios::ZipCentralDirectoryEntry
 A specialization of ZipLocalEntry for. More...
 

Namespaces

 zipios
 The zipios namespace includes the Zipios++ library definitions.
 

Macros

#define ZIPCENTRALDIRECTORYENTRY_HPP
 

Detailed Description

This header file contains the zipios::ZipCentralDirectoryEntry class used to read the central directory fields found in a zip archive. It can also be used to write a central directory to an output Zip archive.

Definition in file zipcentraldirectoryentry.hpp.

Macro Definition Documentation

#define ZIPCENTRALDIRECTORYENTRY_HPP

Definition at line 3 of file zipcentraldirectoryentry.hpp.