Torque3D Documentation / _generateds / Zip::CentralDir

Zip::CentralDir

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

More...

Private Types

Parent 

Private Static Attributes

Private Attributes

char *

Public Functions

bool
read(Stream * stream)
setFileComment(const char * comment)
bool
write(Stream * stream)

Detailed Description

Private Types

typedef FileHeader Parent 

Private Static Attributes

const U32 mCentralDirSignature 

Private Attributes

char * mFileComment 

Public Attributes

U16 mDiskNumStart 
U32 mExternalFileAttr 
U16 mInternalFileAttr 
U32 mInternalFlags 
U32 mLocalHeadOffset 
U16 mVersionMadeBy 

Public Functions

CentralDir()

CentralDir(FileHeader & fh)

~CentralDir()

read(Stream * stream)

Reimplemented from: Zip::FileHeader

setFileComment(const char * comment)

write(Stream * stream)

Reimplemented from: Zip::FileHeader