IBinaryTokenStreamReader.ReadBytes(Int32) 方法

定义

从流中读取下一个字节。

public byte[] ReadBytes(int count);
abstract member ReadBytes : int -> byte[]
Public Function ReadBytes (count As Integer) As Byte()

参数

count
Int32

要读取的字节数。

返回

Byte[]

流中当前位置的数据,转换为相应的输出类型。

适用于