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

Nested Class Summary
static class DeltaZigzagEncoding.Context
           
static class DeltaZigzagEncoding.Decoder
           
static class DeltaZigzagEncoding.Encoder
           
 
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 © 2013. All Rights Reserved.