Interface BitInputStream

All Known Implementing Classes:
ByteArrayBitInputStream

public interface BitInputStream
  • Field Details

  • Method Details

    • getBit

      boolean getBit() throws java.io.IOException
      Throws:
      java.io.IOException
    • getInt

      int getInt​(int int1) throws java.io.IOException
      Throws:
      java.io.IOException
    • getSignedInt

      int getSignedInt​(int int1) throws java.io.IOException
      Throws:
      java.io.IOException
    • getInt

      int getInt​(HuffmanNode huffmanNode) throws java.io.IOException
      Throws:
      java.io.IOException
    • readSignedRice

      int readSignedRice​(int int1) throws java.io.IOException
      Throws:
      java.io.IOException
    • readSignedRice

      void readSignedRice​(int int1, int[] intArray, int int2, int int3) throws java.io.IOException
      Throws:
      java.io.IOException
    • getLong

      long getLong​(int int1) throws java.io.IOException
      Throws:
      java.io.IOException
    • align

      void align()
    • setEndian

      void setEndian​(int int1)