ziphead.h File Reference

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

#include "zipios-config.h"
#include "meta-iostreams.h"
#include <string>
#include <vector>
#include "fileentry.h"
#include "zipios_defs.h"

Go to the source code of this file.

Classes

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. More...
class  zipios::EndOfCentralDirectory
 The end of the Central directory structure. More...
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. More...
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. More...

Namespaces

namespace  zipios

Functions

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)
bool zipios::operator== (const ZipLocalEntry &zlh, const ZipCDirEntry &ze)

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.


Generated on Wed Nov 23 19:01:27 2011 for FreeCAD by  doxygen 1.6.1