.TH "zipios::EndOfCentralDirectory" 3 "Tue May 9 2017" "Zipios++" \" -*- nroff -*- .ad l .nh .SH NAME zipios::EndOfCentralDirectory \- The end of the Central directory structure\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBEndOfCentralDirectory\fP (const string &_zip_comment='', uint16 _disk_num=0, uint16 _cdir_disk_num=0, uint16 _cdir_entries=0, uint16 _cdir_tot_entries=0, uint32 _cdir_size=0, uint32 _cdir_offset=0)" .br .ti -1c .RI "uint32 \fBoffset\fP () const" .br .ti -1c .RI "uint16 \fBtotalCount\fP () const" .br .ti -1c .RI "void \fBsetCDirSize\fP (uint32 size)" .br .ti -1c .RI "void \fBsetOffset\fP (uint32 offset)" .br .ti -1c .RI "void \fBsetTotalCount\fP (uint16 c)" .br .ti -1c .RI "int \fBeocdOffSetFromEnd\fP () const" .br .ti -1c .RI "bool \fBread\fP (vector< unsigned char > &buf, int pos)" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "ostream & \fBoperator<<\fP (ostream &os, const \fBEndOfCentralDirectory\fP &eocd)" .br .in -1c .SH "Detailed Description" .PP The end of the Central directory structure\&. This structure is stored in the end of the zipfile, and contains information about the zipfile, including the position of the start of the central directory\&. .PP Definition at line 159 of file ziphead\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for Zipios++ from the source code\&.