Torque3D Documentation / _generateds / Zip::EndOfCentralDir

Zip::EndOfCentralDir

Engine/source/core/util/zip/centralDir.h

More...

Private Static Attributes

The number of bytes from the end of the file to start searching for the EOCD.

The size of the EndOfCentralDir record in the zip file, used to locate it at the end of the file.

Public Functions

bool
findInStream(Stream * stream)
bool
read(Stream * stream)
setZipComment(const char * zipComment)
setZipComment(U16 commentSize, const char * zipComment)
bool
write(Stream * stream)

Detailed Description

Private Static Attributes

const U32 mEOCDSearchSize 

The number of bytes from the end of the file to start searching for the EOCD.

const U32 mEOCDSignature 
const U32 mRecordSize 

The size of the EndOfCentralDir record in the zip file, used to locate it at the end of the file.

Public Attributes

U32 mCDOffset 
U32 mCDSize 
U16 mCommentSize 
U16 mDiskNum 
U32 mHeaderSig 
U16 mNumEntriesInThisCD 
U16 mStartCDDiskNum 
U16 mTotalEntriesInCD 
const char * mZipComment 

Public Functions

EndOfCentralDir()

~EndOfCentralDir()

findInStream(Stream * stream)

read(Stream * stream)

setZipComment(const char * zipComment)

setZipComment(U16 commentSize, const char * zipComment)

write(Stream * stream)