Edit

Share via


BinaryTokenStreamReader.ReadByteArray(Byte[], Int32, Int32) Method

Definition

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.

Implements

Applies to