This topic has not yet been rated - Rate this topic

BinaryReader.Read Method

May 02, 2013

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.

  NameDescription
Public method 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.
Public method Read(Byte[], Int32, Int32) Reads count bytes from the stream with index as the starting point in the byte array.
Public method Read(Char[], Int32, Int32) Reads count characters from the stream with index as the starting point in the character array.
Top

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.