logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

zipios::EndOfCentralDirectory - The end of the Central directory structure.

Author

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

Zipios++                                         Tue Mar 24 2020                zipios::EndOfCentralDirectory(3)

Detailed Description

       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.

       Definition at line 159 of file ziphead.h.

Name

       zipios::EndOfCentralDirectory - The end of the Central directory structure.

Synopsis

       #include <ziphead.h>

   PublicMemberFunctionsEndOfCentralDirectory (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)
       uint32 offset () const
       uint16 totalCount () const
       void setCDirSize (uint32 size)
       void setOffset (uint32 offset)
       void setTotalCount (uint16 c)
       int eocdOffSetFromEnd () const
       bool read (vector< unsigned char > &buf, int pos)

   Friends
       ostream & operator<< (ostream &os, const EndOfCentralDirectory &eocd)

See Also