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