C# Class Nintenlord.Event_Assembler.Core.IO.IOHelpers

Show file Open project: Diegoisawesome/AwesomeMapEditor-old

Public Methods

Method Description
DefineFile ( string path, IDefineCollection defCol ) : void
FindFile ( string currentFile, string newFile ) : string
PeekCharacter ( this reader ) : char?
ReadCharacter ( this reader ) : char?

Method Details

DefineFile() public static method

public static DefineFile ( string path, IDefineCollection defCol ) : void
path string
defCol IDefineCollection
return void

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?