The end of the Central directory structure. More...
#include <ziphead.h>
Public Member Functions | |
EndOfCentralDirectory (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) | |
int | eocdOffSetFromEnd () const |
uint32 | offset () const |
bool | read (vector< unsigned char > &buf, int pos) |
void | setCDirSize (uint32 size) |
void | setOffset (uint32 offset) |
void | setTotalCount (uint16 c) |
uint16 | totalCount () const |
Friends | |
ostream & | operator<< (ostream &os, const EndOfCentralDirectory &eocd) |
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.
|
explicit |
int zipios::EndOfCentralDirectory::eocdOffSetFromEnd | ( | ) | const |
uint32 zipios::EndOfCentralDirectory::offset | ( | ) | const |
References zipios::ztohl(), and zipios::ztohs().
Referenced by gzip_utf8.GzipFile::readline(), and gzip_utf8.GzipFile::seek().
void zipios::EndOfCentralDirectory::setCDirSize | ( | uint32 | size | ) |
Referenced by zipios::ZipOutputStreambuf::writeCentralDirectory().
void zipios::EndOfCentralDirectory::setOffset | ( | uint32 | offset | ) |
References offset().
Referenced by zipios::ZipOutputStreambuf::writeCentralDirectory().
void zipios::EndOfCentralDirectory::setTotalCount | ( | uint16 | c | ) |
Referenced by zipios::ZipOutputStreambuf::writeCentralDirectory().
uint16 zipios::EndOfCentralDirectory::totalCount | ( | ) | const |
|
friend |