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 int
readBit()
int
readBool(int probability)
int
readLiteral(int num_bits)
void
seek()
java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
-