C# Class Mono.Debugger.Frontend.MyTextReader

Inheritance: System.IO.TextReader
显示文件 Open project: baulig/debugger

Public Methods

Method Description
Close ( ) : void
Peek ( ) : int
Read ( ) : int
ReadLine ( ) : string
ReadToEnd ( ) : string

Private Methods

Method Description
check_line ( ) : bool

Method Details

Close() public method

public Close ( ) : void
return void

Peek() public method

public Peek ( ) : int
return int

Read() public method

public Read ( ) : int
return int

ReadLine() public method

public ReadLine ( ) : string
return string

ReadToEnd() public method

public ReadToEnd ( ) : string
return string