次の方法で共有


MultiBufferMemoryStream.Write(Byte[], Int32, Int32) メソッド

定義

バッファーから読み取ったデータを使用して、現在のストリームにバイトのブロックを書き込みます。

public override void Write(byte[] buffer, int offset, int count);
override this.Write : byte[] * int * int -> unit
Public Overrides Sub Write (buffer As Byte(), offset As Integer, count As Integer)

パラメーター

buffer
Byte[]

データの書き込み元となるバッファー。

offset
Int32

現在のストリームへのバイトのコピーを開始する位置を示す buffer 内のバイト オフセットです。インデックス番号は 0 から始まります。

count
Int32

書き込むバイト数。

適用対象