Class 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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 class java.lang.Object