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