Method WriteRawBits
WriteRawBits(uint, int)
Appends a specified number of bits to the data stream.
Declaration
public bool WriteRawBits(uint value, int numbits)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | value | The bits to write. |
| int | numbits | A positive number of bytes to write. |
Returns
| Type | Description |
|---|---|
| bool | Whether the write was successful |