Interface BitSupportDataInput

  • All Superinterfaces:
    java.io.DataInput
    All Known Implementing Classes:
    BitSupportDataInputStream

    public interface BitSupportDataInput
    extends java.io.DataInput
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean readBit()  
      • Methods inherited from interface java.io.DataInput

        readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
    • Method Detail

      • readBit

        boolean readBit()
                 throws java.io.IOException
        Throws:
        java.io.IOException