BinaryTokenStreamReader.ReadByteArray(Byte[], Int32, Int32) 方法

定义

从流中读取下一个字节。

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)

参数

destination
Byte[]

输出数组,用于存储返回的数据。

offset
Int32

要写入的目标数组中的偏移量。

count
Int32

要读取的字节数。

实现

适用于