C# Class NScumm.Scumm.IO.ResourceFile4

Inheritance: ResourceFile3
Afficher le fichier Open project: scemino/nscumm Class Usage Examples

Méthodes publiques

Méthode Description
GetRoomOffset ( byte roomNum ) : long
ReadAmigaSound ( long offset ) : byte[]
ResourceFile4 ( Stream stream ) : System.Collections.Generic

Méthodes protégées

Méthode Description
GotoResourceHeader ( long offset ) : void
ReadBlockSound ( ) : bool
ReadBox ( ) : Box
ReadCLUT ( ) : NScumm.Core.Graphics.Color[]
ReadRoomOffsets ( ) : long>.Dictionary
ReadZPlane ( BinaryReader b, int size, int numStrips ) : ZPlane

Method Details

GetRoomOffset() public méthode

public GetRoomOffset ( byte roomNum ) : long
roomNum byte
Résultat long

GotoResourceHeader() protected méthode

protected GotoResourceHeader ( long offset ) : void
offset long
Résultat void

ReadAmigaSound() public méthode

public ReadAmigaSound ( long offset ) : byte[]
offset long
Résultat byte[]

ReadBlockSound() protected méthode

protected ReadBlockSound ( ) : bool
Résultat bool

ReadBox() protected méthode

protected ReadBox ( ) : Box
Résultat Box

ReadCLUT() protected méthode

protected ReadCLUT ( ) : NScumm.Core.Graphics.Color[]
Résultat NScumm.Core.Graphics.Color[]

ReadRoomOffsets() protected méthode

protected ReadRoomOffsets ( ) : long>.Dictionary
Résultat long>.Dictionary

ReadZPlane() protected méthode

protected ReadZPlane ( BinaryReader b, int size, int numStrips ) : ZPlane
b System.IO.BinaryReader
size int
numStrips int
Résultat NScumm.Scumm.Graphics.ZPlane

ResourceFile4() public méthode

public ResourceFile4 ( Stream stream ) : System.Collections.Generic
stream System.IO.Stream
Résultat System.Collections.Generic