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

Definice

Zapíše posloupnost bajtů do datového proudu a posune pozici čtení/zápisu ve streamu o počet zapsaných bajtů.

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)

Parametry

buffer
Byte[]

Pole bajtů, ze kterých se má kopírovat do datového proudu.

offset
Int32

Posun bajtů založený na nule v místě buffer , kde chcete začít kopírovat bajty do datového proudu.

count
Int32

Počet bajtů pro zápis do datového proudu.

Atributy

Platí pro