Class VariableByte

java.lang.Object
me.lemire.integercompression.VariableByte
All Implemented Interfaces:
ByteIntegerCODEC, IntegerCODEC, SkippableIntegerCODEC

public class VariableByte extends Object implements IntegerCODEC, ByteIntegerCODEC, SkippableIntegerCODEC
Implementation of variable-byte. For best performance, use it using the ByteIntegerCODEC interface. Note that this does not use differential coding: if you are working on sorted lists, you must compute the deltas separately.
Author:
Daniel Lemire