C# Class CrystalMpq.MpqBlockEntry

显示文件 Open project: sgraf812/crystalmpq Class Usage Examples

Public Properties

Property Type Description
CompressedSize uint
FileIndex uint
Flags MpqFileFlags
Listed bool
Name string
Offset long
Seed uint
UncompressedSize uint

Private Methods

Method Description
ComputeSeed ( string filename ) : uint
MpqBlockEntry ( long offset, uint compressedSize, uint uncompressedSize, uint flags, uint &fileIndex ) : System
OnNameDetected ( string name, bool cache = false, bool listed = false ) : void

Called internally when the name has been detected.

Right now, the method will only update the seed when needed.

Property Details

CompressedSize public_oe property

public uint CompressedSize
return uint

FileIndex public_oe property

public uint FileIndex
return uint

Flags public_oe property

public MpqFileFlags Flags
return MpqFileFlags

Listed public_oe property

public bool Listed
return bool

Name public_oe property

public string Name
return string

Offset public_oe property

public long Offset
return long

Seed public_oe property

public uint Seed
return uint

UncompressedSize public_oe property

public uint UncompressedSize
return uint