public abstract class HCompressor<T extends java.nio.Buffer> extends java.lang.Object implements ICompressor<T>
Modifier and Type | Class and Description |
---|---|
static class |
HCompressor.ByteHCompressor |
static class |
HCompressor.DoubleHCompressor |
static class |
HCompressor.FloatHCompressor |
static class |
HCompressor.IntHCompressor |
static class |
HCompressor.ShortHCompressor |
Constructor and Description |
---|
HCompressor(HCompressorOption options) |
Modifier and Type | Method and Description |
---|---|
protected void |
compress(long[] longArray,
java.nio.ByteBuffer compressed) |
protected void |
decompress(java.nio.ByteBuffer compressed,
long[] aa) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compress, decompress
public HCompressor(HCompressorOption options)