The overloads of Read
are listed below. For a list of all members, see the StreamReader Members list.
override | Read() : int Reads the next
character from the input stream
and advances the character position by one character. |
override | Read(char[], int, int) : intReads a maximum of count
characters from the current stream into buffer,
beginning at index. |