Man Linux: Main Page and Category List

NAME

       ziphead.h - Header file containing classes and functions for reading
       the central directory and local header fields in a zip archive.

SYNOPSIS

       #include ’zipios++/zipios-config.h’
       #include ’zipios++/meta-iostreams.h’
       #include <string>
       #include <vector>
       #include ’zipios++/fileentry.h’
       #include ’zipios++/zipios_defs.h’

   Namespaces
       namespace zipios

   Classes
       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.

   Functions
       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)

Detailed Description

       Header file containing classes and functions for reading the central
       directory and local header fields in a zip archive.

       Definition in file ziphead.h.

Author

       Generated automatically by Doxygen for Zipios++ from the source code.