BinaryReader.Read Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Include Protected Members
Include Inherited Members
Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members
Reads characters from the underlying stream and advances the current position of the stream.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Read() | Reads characters from the underlying stream and advances the current position of the stream in accordance with the Encoding used and the specific character being read from the stream. | |
Read(array<Byte[], Int32, Int32) | Reads count bytes from the stream with index as the starting point in the byte array. | |
Read(array<Char[], Int32, Int32) | Reads count characters from the stream with index as the starting point in the character array. |
Top