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

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

공개 메소드들

메소드 설명
ReadCostume ( long offset ) : byte[]
ReadRoom ( long offset ) : Room
ReadScript ( long offset ) : byte[]
ReadSound ( MusicDriverTypes music, long offset ) : byte[]
ResourceFile0 ( Stream stream ) : System.Collections.Generic

보호된 메소드들

메소드 설명
ReadRMHD ( ) : RoomHeader

비공개 메소드들

메소드 설명
DecodeV1Gfx ( long offset, byte dst, int size ) : void
GetImageSize ( long offset, int width, int height ) : long
ReadBoxes ( long offset, Room room ) : void
ReadBytes ( long offset, int length ) : byte[]
ReadName ( ObjectData obj ) : void
ReadObject ( long offset ) : ObjectData
ReadObjectScriptOffsets ( ObjectData obj ) : void

메소드 상세

ReadCostume() 공개 메소드

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

ReadRMHD() 보호된 메소드

protected ReadRMHD ( ) : RoomHeader
리턴 RoomHeader

ReadRoom() 공개 메소드

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

ReadScript() 공개 메소드

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

ReadSound() 공개 메소드

public ReadSound ( MusicDriverTypes music, long offset ) : byte[]
music MusicDriverTypes
offset long
리턴 byte[]

ResourceFile0() 공개 메소드

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