com.kamikaze.pfordelta
Class PForDeltaUnpack128WIthIntBuffer

java.lang.Object
  extended by com.kamikaze.pfordelta.PForDeltaUnpack128WIthIntBuffer

public class PForDeltaUnpack128WIthIntBuffer
extends Object

PForDeltaUnpack128WIthIntBuffer is almost the same as PForDeltaUnpack128, except that it use IntBuffer as input instead of int[].


Constructor Summary
PForDeltaUnpack128WIthIntBuffer()
           
 
Method Summary
static void unpack(int[] out, IntBuffer in, int bits)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PForDeltaUnpack128WIthIntBuffer

public PForDeltaUnpack128WIthIntBuffer()
Method Detail

unpack

public static void unpack(int[] out,
                          IntBuffer in,
                          int bits)


Copyright © 2013. All Rights Reserved.