C# Class JetBrains.TeamCity.ServiceMessages.Tests.Read.StringWrapper

Inheritance: System.IO.TextReader
Show file Open project: JetBrains/TeamCity.ServiceMessages Class Usage Examples

Public Methods

Method Description
Peek ( ) : int
Read ( ) : int
Read ( char buffer, int index, int count ) : int
ReadBlock ( char buffer, int index, int count ) : int
ReadLine ( ) : string
ReadToEnd ( ) : string
StringWrapper ( string s ) : System.IO

Method Details

Peek() public method

public Peek ( ) : int
return int

Read() public method

public Read ( ) : int
return int

Read() public method

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

ReadBlock() public method

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

ReadLine() public method

public ReadLine ( ) : string
return string

ReadToEnd() public method

public ReadToEnd ( ) : string
return string

StringWrapper() public method

public StringWrapper ( string s ) : System.IO
s string
return System.IO