public class BoolDecoder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
int |
readBit() |
int |
readBool(int probability) |
int |
readLiteral(int num_bits) |
void |
seek() |
java.lang.String |
toString() |
public int readBit() throws java.io.IOException
java.io.IOException
public int readBool(int probability) throws java.io.IOException
java.io.IOException
public int readLiteral(int num_bits) throws java.io.IOException
java.io.IOException
public void seek() throws java.io.IOException
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object