Package org.terrier.compression.bit
Interface BitWritable
-
public interface BitWritableLike 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 intreadFields(BitIn in, int numEntries)Read in the object to the specified BitIn.intwriteFields(BitOut out)Write the object to the specified BitOut.
-