Interface BitWritable


  • public interface BitWritable
    Like o.a.h.io.Writable, but for using BitIn and BitOut
    Since:
    3.0
    • Method Detail

      • writeFields

        int writeFields​(BitOut out)
        Write the object to the specified BitOut. The number of entries written is returned
      • readFields

        int readFields​(BitIn in,
                       int numEntries)
        Read in the object to the specified BitIn. The number of entries to read is also required