|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Public Member Functions | |
| CentralDir () | |
| CentralDir (FileHeader &fh) | |
| virtual | ~CentralDir () |
| virtual bool | read (Stream *stream) |
| virtual bool | write (Stream *stream) |
| void | setFileComment (const char *comment) |
Public Attributes | |
| U16 | mDiskNumStart |
| U16 | mInternalFileAttr |
| U32 | mExternalFileAttr |
| U32 | mLocalHeadOffset |
| U16 | mVersionMadeBy |
| const char * | mFileComment |
| U32 | mInternalFlags |
Private Types | |
| typedef FileHeader | Parent |
Static Private Attributes | |
| static const U32 | mCentralDirSignature = 0x02014b50 |
typedef FileHeader Zip::CentralDir::Parent [private] |
| Zip::CentralDir::CentralDir | ( | ) |
| Zip::CentralDir::CentralDir | ( | FileHeader & | fh | ) |
| virtual Zip::CentralDir::~CentralDir | ( | ) | [virtual] |
Reimplemented from Zip::FileHeader.
Reimplemented from Zip::FileHeader.
| void Zip::CentralDir::setFileComment | ( | const char * | comment | ) |
const U32 Zip::CentralDir::mCentralDirSignature = 0x02014b50 [static, private] |
| const char* Zip::CentralDir::mFileComment |