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. |
b | the bytes to write |
System. |
offset | |
System. |
length | the number of bytes to write |