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

Afficher le fichier Open project: Diegoisawesome/AwesomeMapEditor-old

Méthodes publiques

Méthode 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 méthode

public static DefineFile ( string path, IDefineCollection defCol ) : void
path string
defCol IDefineCollection
Résultat void

FindFile() public static méthode

public static FindFile ( string currentFile, string newFile ) : string
currentFile string
newFile string
Résultat string

PeekCharacter() public static méthode

public static PeekCharacter ( this reader ) : char?
reader this
Résultat char?

ReadCharacter() public static méthode

public static ReadCharacter ( this reader ) : char?
reader this
Résultat char?