.TH "ziphead.h" 3 "Tue May 9 2017" "Zipios++" \" -*- nroff -*- .ad l .nh .SH NAME ziphead.h \- Header file containing classes and functions for reading the central directory and local header fields in a zip archive\&. .SH SYNOPSIS .br .PP \fC#include 'zipios++/zipios\-config\&.h'\fP .br \fC#include 'zipios++/meta\-iostreams\&.h'\fP .br \fC#include \fP .br \fC#include \fP .br \fC#include 'zipios++/fileentry\&.h'\fP .br \fC#include 'zipios++/zipios_defs\&.h'\fP .br .SS "Classes" .in +1c .ti -1c .RI "class \fBzipios::ZipLocalEntry\fP" .br .RI "A concrete implementation of the abstract \fBFileEntry\fP base class for \fBZipFile\fP entries, specifically for representing the information present in the local headers of file entries in a zip file\&. " .ti -1c .RI "struct \fBzipios::DataDescriptor\fP" .br .RI "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\&. " .ti -1c .RI "class \fBzipios::ZipCDirEntry\fP" .br .RI "Specialization of \fBZipLocalEntry\fP, 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\&. " .ti -1c .RI "class \fBzipios::EndOfCentralDirectory\fP" .br .RI "The end of the Central directory structure\&. " .in -1c .SS "Functions" .in +1c .ti -1c .RI "bool \fBzipios::operator==\fP (const ZipLocalEntry &zlh, const ZipCDirEntry &ze)" .br .ti -1c .RI "bool \fBzipios::operator==\fP (const ZipCDirEntry &ze, const ZipLocalEntry &zlh)" .br .ti -1c .RI "bool \fBzipios::operator!=\fP (const ZipLocalEntry &zlh, const ZipCDirEntry &ze)" .br .ti -1c .RI "bool \fBzipios::operator!=\fP (const ZipCDirEntry &ze, const ZipLocalEntry &zlh)" .br .in -1c .SH "Detailed Description" .PP Header file containing classes and functions for reading the central directory and local header fields in a zip archive\&. .PP Definition in file \fBziphead\&.h\fP\&. .SH "Author" .PP Generated automatically by Doxygen for Zipios++ from the source code\&.