Scroll to navigation

zipheadio.cpp(3) Library Functions Manual zipheadio.cpp(3)

NAME

zipheadio.cpp -
Implementation of I/O functions for the header structures defined in ziphead.h.
 

SYNOPSIS

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

Functions


std::istream & zipios::operator>> (std::istream &is, ZipLocalEntry &zlh)
 
std::istream & zipios::operator>> (std::istream &is, DataDescriptor &)
 
std::istream & zipios::operator>> (std::istream &is, ZipCDirEntry &zcdh)
 
std::ostream & zipios::operator<< (std::ostream &os, const ZipLocalEntry &zlh)
 
std::ostream & zipios::operator<< (std::ostream &os, const ZipCDirEntry &zcdh)
 
std::ostream & zipios::operator<< (std::ostream &os, const EndOfCentralDirectory &eocd)
 

Detailed Description

Implementation of I/O functions for the header structures defined in ziphead.h.
 
 
Definition in file zipheadio.cpp.

Author

Generated automatically by Doxygen for Zipios++ from the source code.
Mon Oct 10 2011 Zipios++