Class HCompressor<T extends Buffer>
java.lang.Object
nom.tam.fits.compression.algorithm.hcompress.HCompressor<T>
- Type Parameters:
T
- The generic type of buffer that accessed the type of elements needed for the compression
- All Implemented Interfaces:
ICompressor<T>
- Direct Known Subclasses:
HCompressor.ByteHCompressor
,HCompressor.IntHCompressor
,HCompressor.ShortHCompressor
(for internal use) Data compressor using the HCompress algorithm.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
compress
(long[] longArray, ByteBuffer compressed) protected void
decompress
(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 Details
-
HCompressor
-
-
Method Details
-
compress
-
decompress
-