C# Class Alexandria.Platforms.NintendoDS.RomFile

A file within a Rom.
Inheritance: Glare.Assets.DataAsset
显示文件 Open project: Burton-Radons/Alexandria Class Usage Examples

Public Methods

Method Description
Open ( ) : Stream

Open the ROM file.

Private Methods

Method Description
RomFile ( Rom rom, int index, BinaryReader reader ) : System
Sort ( FolderAsset parent, string name ) : void

Method Details

Open() public method

Open the ROM file.
public Open ( ) : Stream
return Stream