Class HCompressor<T extends java.nio.Buffer>
- java.lang.Object
-
- nom.tam.fits.compression.algorithm.hcompress.HCompressor<T>
-
- All Implemented Interfaces:
ICompressor<T>
- Direct Known Subclasses:
HCompressor.ByteHCompressor
,HCompressor.IntHCompressor
,HCompressor.ShortHCompressor
public abstract class HCompressor<T extends java.nio.Buffer> extends java.lang.Object implements ICompressor<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HCompressor.ByteHCompressor
static class
HCompressor.DoubleHCompressor
static class
HCompressor.FloatHCompressor
static class
HCompressor.IntHCompressor
static class
HCompressor.ShortHCompressor
-
Constructor Summary
Constructors Constructor Description HCompressor(HCompressorOption options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
compress(long[] longArray, java.nio.ByteBuffer compressed)
protected void
decompress(java.nio.ByteBuffer compressed, long[] aa)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface nom.tam.fits.compression.algorithm.api.ICompressor
compress, decompress
-
-
-
-
Constructor Detail
-
HCompressor
public HCompressor(HCompressorOption options)
-
-