me.lemire.integercompression
Class DeltaZigzagEncoding

java.lang.Object
  extended by me.lemire.integercompression.DeltaZigzagEncoding

public final class DeltaZigzagEncoding
extends Object

Delta+Zigzag Encoding.

Author:
MURAOKA Taro http://github.com/koron

Constructor Summary
DeltaZigzagEncoding()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeltaZigzagEncoding

public DeltaZigzagEncoding()


Copyright © 2014. All Rights Reserved.