Method WriteBits
WriteBits(ulong, uint)
Write s certain amount of bits to the stream.
Declaration
public void WriteBits(ulong value, uint bitCount)
Parameters
Type | Name | Description |
---|---|---|
ulong | value | Value to get bits from. |
uint | bitCount | Amount of bits to write |
WriteBits(byte, uint)
Write bits to stream.
Declaration
public void WriteBits(byte value, uint bitCount)
Parameters
Type | Name | Description |
---|---|---|
byte | value | Value to get bits from. |
uint | bitCount | Amount of bits to write. |