Mono Class Library: Overview

System.IO.StringReader: Members

The members of System.IO.StringReader are listed below.

See Also: Inherited members from System.IO.TextReader

Public Constructors

Constructs and initializes a new instance of the System.IO.StringReader class that reads from the specified string.

Public Methods

override
Close()
Closes the System.IO.StringReader .
override
Peek() : int
Returns the next available character but does not advance the reader's position in the underlying string.
override
Read() : int
Reads the next character from the input string and advances the character position by one character.
override
Read(char[], int, int) : int
Reads a block of characters from the input string.
override
ReadLine() : string
Reads a line from the underlying string.
override
ReadToEnd() : string
Returns the underlying string from the current position to the end.

Protected Methods

override
Dispose(bool)
Releases system resources used by the current instance.