Interface BitSupportDataOutput

  • All Superinterfaces:
    java.io.DataOutput
    All Known Implementing Classes:
    BitSupportDataOutputStream

    public interface BitSupportDataOutput
    extends java.io.DataOutput
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void bitFlush()  
      void writeBit​(boolean b)  
      • Methods inherited from interface java.io.DataOutput

        write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
    • Method Detail

      • writeBit

        void writeBit​(boolean b)
               throws java.io.IOException
        Throws:
        java.io.IOException
      • bitFlush

        void bitFlush()
               throws java.io.IOException
        Throws:
        java.io.IOException