Package org.terrier.compression.bit
Interface BitWritable
-
public interface BitWritable
Like o.a.h.io.Writable, but for using BitIn and BitOut- Since:
- 3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
readFields(BitIn in, int numEntries)
Read in the object to the specified BitIn.int
writeFields(BitOut out)
Write the object to the specified BitOut.
-