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