me.lemire.integercompression
Interface IntegratedIntegerCODEC

All Superinterfaces:
IntegerCODEC
All Known Implementing Classes:
IntegratedBinaryPacking, IntegratedComposition, IntegratedFastPFOR, IntegratedVariableByte, XorBinaryPacking

public interface IntegratedIntegerCODEC
extends IntegerCODEC

This is just like IntegerCODEC, except that it indicates that delta coding is "integrated", so that you don't need a separate step for delta coding.

Author:
Daniel Lemire

Method Summary
 
Methods inherited from interface me.lemire.integercompression.IntegerCODEC
compress, uncompress
 



Copyright © 2013. All Rights Reserved.