Mono Class Library: System.IO.TextReader Overview | Members

System.IO.TextReader.Read Overloads

The overloads of Read are listed below. For a list of all members, see the TextReader Members list.

Public Methods

Read() : int
Reads the next character from the character source and advances the character position by one character.
Read(char[], int, int) : int
Reads at most the specified number of characters from the current character source, and writes them to the provided character array.