me.lemire.integercompression
Class DeltaZigzagEncoding.Decoder
java.lang.Object
me.lemire.integercompression.DeltaZigzagEncoding.Context
me.lemire.integercompression.DeltaZigzagEncoding.Decoder
- Enclosing class:
- DeltaZigzagEncoding
public static class DeltaZigzagEncoding.Decoder
- extends DeltaZigzagEncoding.Context
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeltaZigzagEncoding.Decoder
public DeltaZigzagEncoding.Decoder(int contextValue)
DeltaZigzagEncoding.Decoder
public DeltaZigzagEncoding.Decoder()
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.