ziphead.cpp(3) Implementation of routines for reading the central directory and local headers of a zip archive.

SYNOPSIS


#include 'zipios++/zipios-config.h'
#include 'zipios++/meta-iostreams.h'
#include <iterator>
#include <string>
#include <cassert>
#include 'zipios_common.h'
#include 'zipios++/ziphead.h'
#include 'zipios++/zipheadio.h'
#include 'zipios++/zipios_defs.h'
#include 'outputstringstream.h'

Functions


bool zipios::operator== (const ZipLocalEntry &zlh, const ZipCDirEntry &ze)

Detailed Description

Implementation of routines for reading the central directory and local headers of a zip archive.

Definition in file ziphead.cpp.

Author

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