Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

BinaryReader::Read Method

 

Reads bytes from the underlying stream and advances the current position of the stream.

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

NameDescription
System_CAPS_pubmethodRead()

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.

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

Reads the specified number of bytes from the stream, starting from a specified point in the byte array.

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

Reads the specified number of characters from the stream, starting from a specified point in the character array.

Return to top
Show:
© 2017 Microsoft