ziphead.h(3) | Library Functions Manual | ziphead.h(3) |
ziphead.h - Header file containing classes and functions for reading the central directory and local header fields in a zip archive.
#include 'zipios++/zipios-config.h'
#include 'zipios++/meta-iostreams.h'
#include <string>
#include <vector>
#include 'zipios++/fileentry.h'
#include 'zipios++/zipios_defs.h'
class zipios::ZipLocalEntry
A concrete implementation of the abstract FileEntry base class for
ZipFile entries, specifically for representing the information
present in the local headers of file entries in a zip file. struct
zipios::DataDescriptor
A struct containing fields for the entries in a zip file data descriptor, that
trails the compressed data in files that were created by streaming, ie where
the zip compressor cannot seek back to the local header and store the data.
class zipios::ZipCDirEntry
Specialization of ZipLocalEntry, that add fields for storing the extra
information, that is only present in the entries in the zip central
directory and not in the local entry headers. class
zipios::EndOfCentralDirectory
The end of the Central directory structure.
bool zipios::operator== (const ZipLocalEntry
&zlh, const ZipCDirEntry &ze)
bool zipios::operator== (const ZipCDirEntry &ze, const
ZipLocalEntry &zlh)
bool zipios::operator!= (const ZipLocalEntry &zlh, const
ZipCDirEntry &ze)
bool zipios::operator!= (const ZipCDirEntry &ze, const
ZipLocalEntry &zlh)
Header file containing classes and functions for reading the central directory and local header fields in a zip archive.
Definition in file ziphead.h.
Definition at line 208 of file ziphead.h.
Definition at line 205 of file ziphead.h.
Definition at line 202 of file ziphead.h.
Definition at line 20 of file ziphead.cpp.
Generated automatically by Doxygen for Zipios++ from the source code.
Zipios++ |