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

定義

ストリームにバイトのシーケンスを書き込み、書き込んだバイト数だけストリーム内の読み取り/書き込み位置を進めます。

public:
 override void Write(cli::array <System::Byte> ^ buffer, int offset, int count);
[System.Security.SecurityCritical]
public override void Write (byte[] buffer, int offset, int count);
public override void Write (byte[] buffer, int offset, int count);
[<System.Security.SecurityCritical>]
override this.Write : byte[] * int * int -> unit
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

ストリームに書き込むバイト数です。

属性

適用対象