C# 클래스 NScumm.Scumm.IO.ResourceIndex5

상속: ResourceIndex4
파일 보기 프로젝트 열기: scemino/nscumm 1 사용 예제들

보호된 메소드들

메소드 설명
LoadIndex ( GameInfo game ) : void
ReadDirectoryOfObjects ( BinaryReader br ) : void
ReadResTypeList ( BinaryReader br ) : NScumm.Scumm.IO.Resource[]

비공개 메소드들

메소드 설명
ReadMaxSizes ( BinaryReader reader ) : void
ToTag ( byte data ) : string

메소드 상세

LoadIndex() 보호된 메소드

protected LoadIndex ( GameInfo game ) : void
game GameInfo
리턴 void

ReadDirectoryOfObjects() 보호된 메소드

protected ReadDirectoryOfObjects ( BinaryReader br ) : void
br System.IO.BinaryReader
리턴 void

ReadResTypeList() 보호된 메소드

protected ReadResTypeList ( BinaryReader br ) : NScumm.Scumm.IO.Resource[]
br System.IO.BinaryReader
리턴 NScumm.Scumm.IO.Resource[]