align_bytes
Description:
Write trailing bit to align last byte of data.
trailing_bit can only be 1 or 0.
Parameters:
| this |
a BitWriter instance |
| trailing_bit |
trailing bits of last byte, 0 or 1 |
Returns:
|
true if successful, false otherwise. |