次の方法で共有


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

読み取るバイト数。

実装

適用対象