C# Class NScumm.Scumm.IO.ResourceIndex2

Inheritance: ResourceIndex
Exibir arquivo Open project: scemino/nscumm Class Usage Examples

Protected Methods

Method Description
LoadIndex ( GameInfo game ) : void
ReadDirectoryOfObjects ( BinaryReader br, int num ) : void
ReadResTypeList ( BinaryReader br, int numEntries = null ) : NScumm.Scumm.IO.Resource[]

Private Methods

Method Description
ReadClassicIndexFile ( BinaryReader br ) : void
ReadEnhancedIndexFile ( BinaryReader br ) : void
ReadRoomResTypeList ( BinaryReader br, int numEntries = null ) : NScumm.Scumm.IO.Resource[]
ToOffset ( ushort offset ) : uint

Method Details

LoadIndex() protected method

protected LoadIndex ( GameInfo game ) : void
game GameInfo
return void

ReadDirectoryOfObjects() protected method

protected ReadDirectoryOfObjects ( BinaryReader br, int num ) : void
br System.IO.BinaryReader
num int
return void

ReadResTypeList() protected method

protected ReadResTypeList ( BinaryReader br, int numEntries = null ) : NScumm.Scumm.IO.Resource[]
br System.IO.BinaryReader
numEntries int
return NScumm.Scumm.IO.Resource[]