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

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

공개 메소드들

메소드 설명
GetRoomOffset ( byte roomNum ) : long
ReadAmigaSound ( long offset ) : byte[]
ResourceFile4 ( Stream stream ) : System.Collections.Generic

보호된 메소드들

메소드 설명
GotoResourceHeader ( long offset ) : void
ReadBlockSound ( ) : bool
ReadBox ( ) : Box
ReadCLUT ( ) : NScumm.Core.Graphics.Color[]
ReadRoomOffsets ( ) : long>.Dictionary
ReadZPlane ( BinaryReader b, int size, int numStrips ) : ZPlane

메소드 상세

GetRoomOffset() 공개 메소드

public GetRoomOffset ( byte roomNum ) : long
roomNum byte
리턴 long

GotoResourceHeader() 보호된 메소드

protected GotoResourceHeader ( long offset ) : void
offset long
리턴 void

ReadAmigaSound() 공개 메소드

public ReadAmigaSound ( long offset ) : byte[]
offset long
리턴 byte[]

ReadBlockSound() 보호된 메소드

protected ReadBlockSound ( ) : bool
리턴 bool

ReadBox() 보호된 메소드

protected ReadBox ( ) : Box
리턴 Box

ReadCLUT() 보호된 메소드

protected ReadCLUT ( ) : NScumm.Core.Graphics.Color[]
리턴 NScumm.Core.Graphics.Color[]

ReadRoomOffsets() 보호된 메소드

protected ReadRoomOffsets ( ) : long>.Dictionary
리턴 long>.Dictionary

ReadZPlane() 보호된 메소드

protected ReadZPlane ( BinaryReader b, int size, int numStrips ) : ZPlane
b System.IO.BinaryReader
size int
numStrips int
리턴 NScumm.Scumm.Graphics.ZPlane

ResourceFile4() 공개 메소드

public ResourceFile4 ( Stream stream ) : System.Collections.Generic
stream System.IO.Stream
리턴 System.Collections.Generic