次の方法で共有


IBinaryTokenStreamReader.ReadByteArray(Byte[], Int32, Int32) メソッド

定義

ストリームから次のバイトを読み取ります。

public void ReadByteArray (byte[] destination, int offset, int count);
abstract member ReadByteArray : byte[] * int * int -> unit
Public Sub ReadByteArray (destination As Byte(), offset As Integer, count As Integer)

パラメーター

destination
Byte[]

返されたデータを格納する出力配列。

offset
Int32

書き込み先の配列へのオフセット。

count
Int32

読み取るバイト数。

適用対象