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