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.
Definition at line 159 of file ziphead.h.
int zipios::EndOfCentralDirectory::eocdOffSetFromEnd | ( | ) | const [inline] |
uint32 zipios::EndOfCentralDirectory::offset | ( | ) | const [inline] |
bool zipios::EndOfCentralDirectory::read | ( | vector< unsigned char > & | buf, | |
int | pos | |||
) |
Definition at line 271 of file ziphead.cpp.
References zipios::ztohl(), and zipios::ztohs().
void zipios::EndOfCentralDirectory::setCDirSize | ( | uint32 | size | ) | [inline] |
Definition at line 178 of file ziphead.h.
Referenced by zipios::ZipOutputStreambuf::writeCentralDirectory().
void zipios::EndOfCentralDirectory::setOffset | ( | uint32 | offset | ) | [inline] |
Definition at line 179 of file ziphead.h.
Referenced by zipios::ZipOutputStreambuf::writeCentralDirectory().
void zipios::EndOfCentralDirectory::setTotalCount | ( | uint16 | c | ) | [inline] |
Definition at line 181 of file ziphead.h.
Referenced by zipios::ZipOutputStreambuf::writeCentralDirectory().
uint16 zipios::EndOfCentralDirectory::totalCount | ( | ) | const [inline] |
ostream& operator<< | ( | ostream & | os, | |
const EndOfCentralDirectory & | eocd | |||
) | [friend] |