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

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

공개 메소드들

메소드 설명
ReadRoom ( long offset ) : Room
ReadRoomImage ( Room room ) : void
ResourceFile6 ( Stream stream ) : System

보호된 메소드들

메소드 설명
GetNumGlobalScripts ( ) : int
ReadCDHD ( ) : ObjectData
ReadImageHeader ( ) : ObjectData
ReadNumBoxes ( ) : int
ReadRoomImages ( Room room ) : void
ReadScriptIndex ( ) : int

비공개 메소드들

메소드 설명
ReadPalettes ( ) : IEnumerable
ReadRoomCore ( long offset, long chunkSize ) : Room

메소드 상세

GetNumGlobalScripts() 보호된 메소드

protected GetNumGlobalScripts ( ) : int
리턴 int

ReadCDHD() 보호된 메소드

protected ReadCDHD ( ) : ObjectData
리턴 ObjectData

ReadImageHeader() 보호된 메소드

protected ReadImageHeader ( ) : ObjectData
리턴 ObjectData

ReadNumBoxes() 보호된 메소드

protected ReadNumBoxes ( ) : int
리턴 int

ReadRoom() 공개 메소드

public ReadRoom ( long offset ) : Room
offset long
리턴 Room

ReadRoomImage() 공개 메소드

public ReadRoomImage ( Room room ) : void
room Room
리턴 void

ReadRoomImages() 보호된 메소드

protected ReadRoomImages ( Room room ) : void
room Room
리턴 void

ReadScriptIndex() 보호된 메소드

protected ReadScriptIndex ( ) : int
리턴 int

ResourceFile6() 공개 메소드

public ResourceFile6 ( Stream stream ) : System
stream Stream
리턴 System