Package net.sourceforge.plantuml.webp
Class BoolDecoder
- java.lang.Object
-
- net.sourceforge.plantuml.webp.BoolDecoder
-
public class BoolDecoder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
readBit()
int
readBool(int probability)
int
readLiteral(int num_bits)
void
seek()
String
toString()
-
-
-
Method Detail
-
readBit
public int readBit() throws IOException
- Throws:
IOException
-
readBool
public int readBool(int probability) throws IOException
- Throws:
IOException
-
readLiteral
public int readLiteral(int num_bits) throws IOException
- Throws:
IOException
-
seek
public void seek() throws IOException
- Throws:
IOException
-
-