public class BitStream
extends java.lang.Object
Constructor and Description |
---|
BitStream() |
Modifier and Type | Method and Description |
---|---|
void |
add(boolean b) |
int |
byteOffset() |
boolean |
get() |
void |
reset() |
byte[] |
toByteArray() |
static BitStream |
valueOf(int byteOffset,
java.nio.ByteBuffer wrap) |
public static BitStream valueOf(int byteOffset, java.nio.ByteBuffer wrap)
public void reset()
public byte[] toByteArray()
public boolean get()
public void add(boolean b)
public int byteOffset()