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

定義

指定したバイト データをストリームに書き込みます。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 override void Write(cli::array <System::Byte> ^ buffer, int offset, int count);
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

buffer から現在のストリームにコピーするバイト数。

適用対象

こちらもご覧ください