C# Class NScumm.Scumm.IO.ResourceIndex6

Inheritance: ResourceIndex5
显示文件 Open project: scemino/nscumm Class Usage Examples

Protected Methods

Method Description
LoadIndex ( GameInfo game ) : void
ReadArrayFromIndexFile ( BinaryReader br ) : void
ReadMaxSizes ( BinaryReader reader ) : void

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

ReadMaxSizes() protected method

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