Method WriteBytes
WriteBytes(Byte[], Int32, Int32)
Writes an array of bytes.
Declaration
public override void WriteBytes(byte[] b, int offset, int length)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | b | the bytes to write |
System.Int32 | offset | |
System.Int32 | length | the number of bytes to write |