hasmer
|
Represents a BinaryWriter which can write individual bits. More...
Public Member Functions | |
HbcWriter (Stream stream) | |
void | Align () |
void | WriteBit (byte bit) |
void | WriteBits (uint value, int bitsToWrite) |
Represents a BinaryWriter which can write individual bits.