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 intreadBit()intreadBool(int probability)intreadLiteral(int num_bits)voidseek()StringtoString()
-
-
-
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
-
-