StreamReader::Read Method

 

Reads the next character or next set of characters from the input stream.

Namespace:   System.IO
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodRead()

Reads the next character from the input stream and advances the character position by one character.(Overrides TextReader::Read().)

System_CAPS_pubmethodRead(array<Char>^, Int32, Int32)

Reads a specified maximum of characters from the current stream into a buffer, beginning at the specified index.(Overrides TextReader::Read(array<Char>^, Int32, Int32).)

Return to top
Show: