PrintQueueStream.Write(Byte[], Int32, Int32) Method

Definition

Writes a sequence of bytes to the stream and advances the read/write position in the stream by the number of bytes that are written.

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)

Parameters

buffer
Byte[]

An array of bytes from which to copy to the stream.

offset
Int32

The zero-based byte offset in the buffer where you want to begin copying bytes to the stream.

count
Int32

The number of bytes to write to the stream.

Attributes

Applies to