Method Write
Write(Byte[], Int32, Int32)
Calls the System.IO.Stream.Write(System.Byte[],System.Int32,System.Int32) method on the wrapped stream.
Declaration
public override void Write(byte[] buffer, int offset, int count)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | buffer | An array of bytes. This method copies |
System.Int32 | offset | The zero-based byte offset in |
System.Int32 | count | The number of bytes to be written to the current stream. |