IBinaryTokenStreamReader.ReadByteArray(Byte[], Int32, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从流中读取下一个字节。
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
要读取的字节数。