C# Class Mono.Debugger.Frontend.MyTextReader

Inheritance: System.IO.TextReader
Afficher le fichier Open project: baulig/debugger

Méthodes publiques

Méthode Description
Close ( ) : void
Peek ( ) : int
Read ( ) : int
ReadLine ( ) : string
ReadToEnd ( ) : string

Private Methods

Méthode Description
check_line ( ) : bool

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Peek() public méthode

public Peek ( ) : int
Résultat int

Read() public méthode

public Read ( ) : int
Résultat int

ReadLine() public méthode

public ReadLine ( ) : string
Résultat string

ReadToEnd() public méthode

public ReadToEnd ( ) : string
Résultat string