C# 클래스 Nintenlord.Event_Assembler.Core.Code.PreprocessingInputStream

상속: IInputStream
파일 보기 프로젝트 열기: Diegoisawesome/AwesomeMapEditor-old 1 사용 예제들

공개 메소드들

메소드 설명
AddNewLines ( IEnumerable lines ) : void
Dispose ( ) : void
OpenBinaryFile ( string path ) : void
OpenSourceFile ( string path ) : void
PeekOriginalLine ( ) : string
PreprocessingInputStream ( TextReader reader, IPreprocessor preprocessor ) : System
ReadLine ( ) : string

메소드 상세

AddNewLines() 공개 메소드

public AddNewLines ( IEnumerable lines ) : void
lines IEnumerable
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

OpenBinaryFile() 공개 메소드

public OpenBinaryFile ( string path ) : void
path string
리턴 void

OpenSourceFile() 공개 메소드

public OpenSourceFile ( string path ) : void
path string
리턴 void

PeekOriginalLine() 공개 메소드

public PeekOriginalLine ( ) : string
리턴 string

PreprocessingInputStream() 공개 메소드

public PreprocessingInputStream ( TextReader reader, IPreprocessor preprocessor ) : System
reader System.IO.TextReader
preprocessor IPreprocessor
리턴 System

ReadLine() 공개 메소드

public ReadLine ( ) : string
리턴 string