In This Topic
The following tables list the members exposed by
BitWriter.
Public Constructors
| Name | Description |
 | BitWriter | Overloaded. Initializes a new instance of the class. |
Public Properties
Public Methods
| Name | Description |
 | Flush | Clears all buffers and causes any buffered data to be written to the underlying byte buffer. |
 | ShiftForward | Shifts a position in bits array. |
 | SkipBitsInByte | Skips the bits in byte (byte boundary). |
 | WriteBits | Overloaded. Writes bits into the byte array. (Inherited from SimpleBitWriter) |
See Also