C# Class NScumm.Scumm.IO.ResourceIndex8

Inheritance: ResourceIndex7
ファイルを表示 Open project: scemino/nscumm Class Usage Examples

Public Methods

Method Description
ResourceIndex8 ( ) : System.Collections.Generic

Protected Methods

Method Description
LoadIndex ( GameInfo game ) : void
ReadArrayFromIndexFile ( BinaryReader br ) : void
ReadDirectoryOfObjects ( BinaryReader br ) : void
ReadMaxSizes ( BinaryReader reader ) : void
ReadResTypeList ( BinaryReader br ) : NScumm.Scumm.IO.Resource[]

Method Details

LoadIndex() protected method

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

ReadArrayFromIndexFile() protected method

protected ReadArrayFromIndexFile ( BinaryReader br ) : void
br System.IO.BinaryReader
return void

ReadDirectoryOfObjects() protected method

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

ReadMaxSizes() protected method

protected ReadMaxSizes ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void

ReadResTypeList() protected method

protected ReadResTypeList ( BinaryReader br ) : NScumm.Scumm.IO.Resource[]
br System.IO.BinaryReader
return NScumm.Scumm.IO.Resource[]

ResourceIndex8() public method

public ResourceIndex8 ( ) : System.Collections.Generic
return System.Collections.Generic