StreamReader.Read Method
.NET Framework 4
Reads the next character or next set of characters from the input stream.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Read() | Reads the next character from the input stream and advances the character position by one character. (Overrides TextReader.Read().) |
|
Read(Char[], Int32, Int32) | Reads a specified maximum of characters from the current stream into a buffer, beginning at the specified index. (Overrides TextReader.Read(Char[], Int32, Int32).) |