C# Class CrystalMpq.MpqBlockEntry

Afficher le fichier Open project: sgraf812/crystalmpq Class Usage Examples

Méthodes publiques

Свойство Type Description
CompressedSize uint
FileIndex uint
Flags MpqFileFlags
Listed bool
Name string
Offset long
Seed uint
UncompressedSize uint

Private Methods

Méthode 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
Résultat uint

FileIndex public_oe property

public uint FileIndex
Résultat uint

Flags public_oe property

public MpqFileFlags Flags
Résultat MpqFileFlags

Listed public_oe property

public bool Listed
Résultat bool

Name public_oe property

public string Name
Résultat string

Offset public_oe property

public long Offset
Résultat long

Seed public_oe property

public uint Seed
Résultat uint

UncompressedSize public_oe property

public uint UncompressedSize
Résultat uint