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

定义

从流中读取下一个字节。

public void ReadByteArray (byte[] destination, int offset, int count);
abstract member ReadByteArray : byte[] * int * int -> unit
Public Sub ReadByteArray (destination As Byte(), offset As Integer, count As Integer)

参数

destination
Byte[]

要在其中存储返回数据的输出数组。

offset
Int32

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

count
Int32

要读取的字节数。

适用于