BinaryTokenStreamReader.ReadBytes(Int32) 方法

定义

从流中读取下一个字节。

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

参数

count
Int32

要读取的字节数。

返回

Byte[]

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

实现

适用于