Uses of Interface
me.lemire.integercompression.IntegerCODEC

Packages that use IntegerCODEC
me.lemire.integercompression   
 

Uses of IntegerCODEC in me.lemire.integercompression
 

Subinterfaces of IntegerCODEC in me.lemire.integercompression
 interface IntegratedIntegerCODEC
          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.
 

Classes in me.lemire.integercompression that implement IntegerCODEC
 class BinaryPacking
          Scheme designed by D.
 class Composition
          Helper class to compose schemes.
 class DeltaZigzagBinaryPacking
          BinaryPacking with Delta+Zigzag Encoding.
 class DeltaZigzagVariableByte
           
 class FastPFOR
          This is a PFOR Scheme designed by D.
 class IntegratedBinaryPacking
          Scheme designed by D.
 class IntegratedComposition
          Helper class to compose schemes.
 class IntegratedFastPFOR
          This is an integrated version of FastPFOR meaning that it computes differential coding as part of the compression.
 class IntegratedVariableByte
          Implementation of variable-byte with differential coding.
 class JustCopy
           
 class NewPFD
          NewPFD/NewPFOR

Follows:

H.

 class NewPFDS16
          NewPFD/NewPFOR

Follows:

H.

 class NewPFDS9
          NewPFD/NewPFOR

Follows:

H.

 class OptPFD
          OptPFD

Follows:

H.

 class OptPFDS16
          OptPFD

Follows:

H.

 class OptPFDS9
          OptPFD implemented by Daniel Lemire

Follows:

H.

 class Simple9
          This is an implementation of the popular Simple9 scheme.
 class VariableByte
          Implementation of variable-byte.
 class XorBinaryPacking
          XOR + BinaryPacking.
 

Constructors in me.lemire.integercompression with parameters of type IntegerCODEC
Composition(IntegerCODEC f1, IntegerCODEC f2)
          Compose a scheme from a first one (f1) and a second one (f2).
 



Copyright © 2013. All Rights Reserved.