C# Class Nintenlord.Utility.IOHelpers

Show file Open project: Diegoisawesome/AwesomeMapEditor-old

Public Methods

Method Description
FindFile ( string currentFile, string newFile ) : string
PeekCharacter ( this reader ) : char?
ReadCharacter ( this reader ) : char?

Method Details

FindFile() public static method

public static FindFile ( string currentFile, string newFile ) : string
currentFile string
newFile string
return string

PeekCharacter() public static method

public static PeekCharacter ( this reader ) : char?
reader this
return char?

ReadCharacter() public static method

public static ReadCharacter ( this reader ) : char?
reader this
return char?