me.lemire.integercompression
Interface IntegratedByteIntegerCODEC

All Superinterfaces:
ByteIntegerCODEC
All Known Implementing Classes:
IntegratedVariableByte

public interface IntegratedByteIntegerCODEC
extends ByteIntegerCODEC

Interface describing a CODEC to compress integers to bytes. "Integrated" means that it uses differential coding.

Author:
Daniel Lemire

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



Copyright © 2013. All Rights Reserved.