共用方式為


IBinaryTokenStreamReader.ReadBytes(Int32) 方法

定義

從資料流程讀取下一個位元組。

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

參數

count
Int32

要讀取的位元組數目。

傳回

Byte[]

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

適用於