BinaryReader::Read Method
Reads bytes from the underlying stream and advances the current position of the stream.
Assembly: mscorlib (in mscorlib.dll)
| 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 the specified number of bytes from the stream, starting from a specified point in the byte array. |
![]() | Read(array<Char>^, Int32, Int32) | Reads the specified number of characters from the stream, starting from a specified point in the character array. |
