public class BitWriter
extends Object
| Constructor and Description |
|---|
BitWriter(byte[] bytes) |
BitWriter(byte[] bytes,
int len) |
| Modifier and Type | Method and Description |
|---|---|
void |
alignToByte() |
int |
count() |
void |
putBit(int bit) |
void |
putInt(int numberBits,
int val) |
void |
putLong(int numberBits,
long val) |