C# 클래스 CrystalMpq.MpqBlockEntry

파일 보기 프로젝트 열기: sgraf812/crystalmpq 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CompressedSize uint
FileIndex uint
Flags MpqFileFlags
Listed bool
Name string
Offset long
Seed uint
UncompressedSize uint

비공개 메소드들

메소드 설명
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.

프로퍼티 상세

CompressedSize 공개적으로 프로퍼티

public uint CompressedSize
리턴 uint

FileIndex 공개적으로 프로퍼티

public uint FileIndex
리턴 uint

Flags 공개적으로 프로퍼티

public MpqFileFlags Flags
리턴 MpqFileFlags

Listed 공개적으로 프로퍼티

public bool Listed
리턴 bool

Name 공개적으로 프로퍼티

public string Name
리턴 string

Offset 공개적으로 프로퍼티

public long Offset
리턴 long

Seed 공개적으로 프로퍼티

public uint Seed
리턴 uint

UncompressedSize 공개적으로 프로퍼티

public uint UncompressedSize
리턴 uint