C# Class System.IO.TextReader.TextReader

Inheritance: System.MarshalByRefObject, IDisposable
显示文件 Open project: runefs/Marvin Class Usage Examples

Public Properties

Property Type Description
Null TextReader

Public Methods

Method Description
Close ( ) : void
Dispose ( ) : void
Peek ( ) : int
Read ( ) : int
Read ( [ buffer, int index, int count ) : int
ReadBlock ( [ buffer, int index, int count ) : int
ReadLine ( ) : string
ReadToEnd ( ) : string
Synchronized ( TextReader reader ) : TextReader

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
System ( ) : void
TextReader ( ) : System

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

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

Read() public method

public Read ( [ buffer, int index, int count ) : int
buffer [
index int
count int
return int

ReadBlock() public method

public ReadBlock ( [ buffer, int index, int count ) : int
buffer [
index int
count int
return int

ReadLine() public method

public ReadLine ( ) : string
return string

ReadToEnd() public method

public ReadToEnd ( ) : string
return string

Synchronized() public static method

public static Synchronized ( TextReader reader ) : TextReader
reader TextReader
return TextReader

Property Details

Null public_oe static_oe property

public static TextReader,System.IO Null
return TextReader