C# Class System.IO.CStreamReader

Inheritance: StreamReader
显示文件 Open project: runefs/Marvin

Public Methods

Method Description
CStreamReader ( Stream stream, Encoding encoding ) : System.Text
Peek ( ) : int
Read ( ) : int
Read ( [ dest, int index, int count ) : int
ReadLine ( ) : string
ReadToEnd ( ) : string

Method Details

CStreamReader() public method

public CStreamReader ( Stream stream, Encoding encoding ) : System.Text
stream Stream
encoding System.Text.Encoding
return System.Text

Peek() public method

public Peek ( ) : int
return int

Read() public method

public Read ( ) : int
return int

Read() public method

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

ReadLine() public method

public ReadLine ( ) : string
return string

ReadToEnd() public method

public ReadToEnd ( ) : string
return string