System.IO.BufferedStream.Write Method

Copies bytes to the buffered stream and advances the current position within the buffered stream by the number of bytes written.

Syntax

public override void Write (byte[] array, int offset, int count)

Parameters

array
The byte array from which to copy count bytes to the current buffered stream.
offset
The offset in the buffer at which to begin copying bytes to the current buffered stream.
count
The number of bytes to be written to the current buffered stream.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0