Implementation of routines for reading the central directory and local headers of a zip archive. More...
#include "zipios-config.h"
#include "meta-iostreams.h"
#include <iterator>
#include <string>
#include <cassert>
#include "zipios_common.h"
#include "ziphead.h"
#include "zipheadio.h"
#include "zipios_defs.h"
#include "outputstringstream.h"
Go to the source code of this file.
Namespaces | |
namespace | zipios |
Functions | |
bool | zipios::operator== (const ZipLocalEntry &zlh, const ZipCDirEntry &ze) |
Implementation of routines for reading the central directory and local headers of a zip archive.
Definition in file ziphead.cpp.