BinaryTokenStreamReader.ReadByteArray(Byte[], Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Read the next bytes from the stream.
public void ReadByteArray (byte[] destination, int offset, int count);
member this.ReadByteArray : byte[] * int * int -> unit
abstract member ReadByteArray : byte[] * int * int -> unit
override this.ReadByteArray : byte[] * int * int -> unit
Public Sub ReadByteArray (destination As Byte(), offset As Integer, count As Integer)
Parameters
- destination
- Byte[]
Output array to store the returned data in.
- offset
- Int32
Offset into the destination array to write to.
- count
- Int32
Number of bytes to read.