C# Class System.IO.StreamReader.NullStreamReader

Inheritance: StreamReader
显示文件 Open project: dotnet/corefx

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
NullStreamReader ( ) : System.Text
Read ( char buffer, int index, int count ) : int
ReadBuffer ( ) : int

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
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