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

System.IO.StreamReader.Read Overloads

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

Public Methods

override
Read() : int
Reads the next character from the input stream and advances the character position by one character.
override
Read(char[], int, int) : int
Reads a maximum of count characters from the current stream into buffer, beginning at index.