共用方式為


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[]

資料流程中目前位置的資料,轉換成適當的輸出類型。

實作

適用於