public class BoolDecoder extends Object
Modifier and Type | Method and Description |
---|---|
int |
readBit() |
int |
readBool(int probability) |
int |
readLiteral(int num_bits) |
void |
seek() |
String |
toString() |
public int readBit() throws IOException
IOException
public int readBool(int probability) throws IOException
IOException
public int readLiteral(int num_bits) throws IOException
IOException
public void seek() throws IOException
IOException
Copyright © 2017. All Rights Reserved.