Module me.lemire.integercompression
Interface IntegratedByteIntegerCODEC
- All Superinterfaces:
ByteIntegerCODEC
- All Known Implementing Classes:
IntegratedVariableByte
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