public class BitIOWriter
extends java.lang.Object
| Constructor and Description |
|---|
BitIOWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
byte[] |
toByteArray() |
void |
writeBit(boolean bit) |
void |
writeBit(int bit) |
void |
writeValue(int value,
int numBits) |