Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Reads a stream of bytes into the buffer as an array, starting at a specified offset.
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
GetBytes(String, array<Byte[], Int32, Int32)
Retrieves a specified number of bytes of raw binary data. (Inherited from DataReader.)
GetBytes(Int32, array<Byte[], Int32, Int32)
Reads a stream of bytes into the buffer as an array, starting at a specified offset. (Overrides DataReader.GetBytes(Int32, array<Byte[], Int32, Int32).)
Top