次の方法で共有


ReaderInput.ReadBytes メソッド

定義

オーバーロード

ReadBytes(Span<Byte>)

入力のデータを宛先スパンに入力します。

ReadBytes(Byte[], Int32, Int32)

入力から宛先配列にバイトを読み取ります。

ReadBytes(Span<Byte>)

入力のデータを宛先スパンに入力します。

public abstract void ReadBytes (Span<byte> destination);
abstract member ReadBytes : Span<byte> -> unit
Public MustOverride Sub ReadBytes (destination As Span(Of Byte))

パラメーター

destination
Span<Byte>

コピー先です。

適用対象

ReadBytes(Byte[], Int32, Int32)

入力から宛先配列にバイトを読み取ります。

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

パラメーター

destination
Byte[]

コピー先の配列。

offset
Int32

バイトの書き込みを開始する宛先へのオフセット。

length
Int32

コピー先にコピーするバイト数。

適用対象