C# Class SharpTune.Core.LookupTableFactory

Show file Open project: Merp/SharpTune

Public Methods

Method Description
CreateLookupTable ( string name, uint address, Stream stream ) : LookupTable

Method Details

CreateLookupTable() public static method

public static CreateLookupTable ( string name, uint address, Stream stream ) : LookupTable
name string
address uint
stream Stream
return LookupTable