me.lemire.integercompression
Class DeltaZigzagEncoding.Decoder

java.lang.Object
  extended by me.lemire.integercompression.DeltaZigzagEncoding.Context
      extended by me.lemire.integercompression.DeltaZigzagEncoding.Decoder
Enclosing class:
DeltaZigzagEncoding

public static class DeltaZigzagEncoding.Decoder
extends DeltaZigzagEncoding.Context


Field Summary
 
Fields inherited from class me.lemire.integercompression.DeltaZigzagEncoding.Context
contextValue
 
Constructor Summary
DeltaZigzagEncoding.Decoder()
           
DeltaZigzagEncoding.Decoder(int contextValue)
           
 
Method Summary
 int[] decodeArray(int[] src)
           
 int[] decodeArray(int[] src, int offset, int length)
           
 int[] decodeArray(int[] src, int srcoff, int length, int[] dst)
           
 int[] decodeArray(int[] src, int srcoff, int length, int[] dst, int dstoff)
           
 int decodeInt(int value)
           
 
Methods inherited from class me.lemire.integercompression.DeltaZigzagEncoding.Context
getContextValue, setContextValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeltaZigzagEncoding.Decoder

public DeltaZigzagEncoding.Decoder(int contextValue)

DeltaZigzagEncoding.Decoder

public DeltaZigzagEncoding.Decoder()
Method Detail

decodeInt

public int decodeInt(int value)

decodeArray

public int[] decodeArray(int[] src,
                         int srcoff,
                         int length,
                         int[] dst,
                         int dstoff)

decodeArray

public int[] decodeArray(int[] src,
                         int srcoff,
                         int length,
                         int[] dst)

decodeArray

public int[] decodeArray(int[] src,
                         int offset,
                         int length)

decodeArray

public int[] decodeArray(int[] src)


Copyright © 2013. All Rights Reserved.