C# 클래스 Nintenlord.Event_Assembler.Core.IO.IOHelpers

파일 보기 프로젝트 열기: Diegoisawesome/AwesomeMapEditor-old

공개 메소드들

메소드 설명
DefineFile ( string path, IDefineCollection defCol ) : void
FindFile ( string currentFile, string newFile ) : string
PeekCharacter ( this reader ) : char?
ReadCharacter ( this reader ) : char?

메소드 상세

DefineFile() 공개 정적인 메소드

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

FindFile() 공개 정적인 메소드

public static FindFile ( string currentFile, string newFile ) : string
currentFile string
newFile string
리턴 string

PeekCharacter() 공개 정적인 메소드

public static PeekCharacter ( this reader ) : char?
reader this
리턴 char?

ReadCharacter() 공개 정적인 메소드

public static ReadCharacter ( this reader ) : char?
reader this
리턴 char?