BinaryTokenStreamReader.ReadByteArray(Byte[], Int32, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從資料流程讀取下一個位元組。
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
要讀取的位元組數目。