The overloads of Read are listed below. For a list of all members, see the TextReader Members list.
Read() : intReads the next character from the character source and advances the character position by one character.Read(char[], int, int) : intReads at most the specified number of characters from the current character source, and writes them to the provided character array.
Reads the next character from the character source and advances the character position by one character.
Reads at most the specified number of characters from the current character source, and writes them to the provided character array.