C# Class Nintenlord.Event_Assembler.Core.Code.PreprocessingInputStream

Inheritance: IInputStream
Afficher le fichier Open project: Diegoisawesome/AwesomeMapEditor-old Class Usage Examples

Méthodes publiques

Méthode Description
AddNewLines ( IEnumerable lines ) : void
Dispose ( ) : void
OpenBinaryFile ( string path ) : void
OpenSourceFile ( string path ) : void
PeekOriginalLine ( ) : string
PreprocessingInputStream ( TextReader reader, IPreprocessor preprocessor ) : System
ReadLine ( ) : string

Method Details

AddNewLines() public méthode

public AddNewLines ( IEnumerable lines ) : void
lines IEnumerable
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OpenBinaryFile() public méthode

public OpenBinaryFile ( string path ) : void
path string
Résultat void

OpenSourceFile() public méthode

public OpenSourceFile ( string path ) : void
path string
Résultat void

PeekOriginalLine() public méthode

public PeekOriginalLine ( ) : string
Résultat string

PreprocessingInputStream() public méthode

public PreprocessingInputStream ( TextReader reader, IPreprocessor preprocessor ) : System
reader System.IO.TextReader
preprocessor IPreprocessor
Résultat System

ReadLine() public méthode

public ReadLine ( ) : string
Résultat string