.TH "zipheadio.h" 3 "Fri Aug 19 2016" "Zipios++" \" -*- nroff -*- .ad l .nh .SH NAME zipheadio.h \- Header file that defines I/O functions for the header structures defined in \fBziphead\&.h\fP\&. .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++/ziphead\&.h'\fP .br \fC#include 'zipios++/zipios_defs\&.h'\fP .br .SS "Functions" .in +1c .ti -1c .RI "uint16 \fBzipios::ztohs\fP (unsigned char *buf)" .br .ti -1c .RI "uint32 \fBzipios::ztohl\fP (unsigned char *buf)" .br .ti -1c .RI "uint32 \fBzipios::htozl\fP (unsigned char *buf)" .br .ti -1c .RI "uint16 \fBzipios::htozs\fP (unsigned char *buf)" .br .ti -1c .RI "uint32 \fBzipios::readUint32\fP (istream &is)" .br .ti -1c .RI "void \fBzipios::writeUint32\fP (uint32 host_val, ostream &os)" .br .ti -1c .RI "uint16 \fBzipios::readUint16\fP (istream &is)" .br .ti -1c .RI "void \fBzipios::writeUint16\fP (uint16 host_val, ostream &os)" .br .ti -1c .RI "void \fBzipios::readByteSeq\fP (istream &is, string &con, int count)" .br .ti -1c .RI "void \fBzipios::writeByteSeq\fP (ostream &os, const string &con)" .br .ti -1c .RI "void \fBzipios::readByteSeq\fP (istream &is, unsigned char *buf, int count)" .br .ti -1c .RI "void \fBzipios::writeByteSeq\fP (ostream &os, const unsigned char *buf, int count)" .br .ti -1c .RI "void \fBzipios::readByteSeq\fP (istream &is, vector< unsigned char > &vec, int count)" .br .ti -1c .RI "void \fBzipios::writeByteSeq\fP (ostream &os, const vector< unsigned char > &vec)" .br .ti -1c .RI "istream & \fBzipios::operator>>\fP (istream &is, ZipLocalEntry &zlh)" .br .ti -1c .RI "istream & \fBzipios::operator>>\fP (istream &is, DataDescriptor &dd)" .br .ti -1c .RI "istream & \fBzipios::operator>>\fP (istream &is, ZipCDirEntry &zcdh)" .br .ti -1c .RI "ostream & \fBzipios::operator<<\fP (ostream &os, const ZipLocalEntry &zlh)" .br .ti -1c .RI "ostream & \fBzipios::operator<<\fP (ostream &os, const ZipCDirEntry &zcdh)" .br .ti -1c .RI "ostream & \fBzipios::operator<<\fP (ostream &os, const EndOfCentralDirectory &eocd)" .br .in -1c .SH "Detailed Description" .PP Header file that defines I/O functions for the header structures defined in \fBziphead\&.h\fP\&. .PP Definition in file \fBzipheadio\&.h\fP\&. .SH "Author" .PP Generated automatically by Doxygen for Zipios++ from the source code\&.