共用方式為


BinaryTokenStreamReader.ReadByteArray(Byte[], Int32, Int32) 方法

定義

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

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

要讀取的位元組數目。

實作

適用於