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 classstatic classstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcompress(long[] longArray, ByteBuffer compressed) protected voiddecompress(ByteBuffer compressed, long[] aa) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface nom.tam.fits.compression.algorithm.api.ICompressor
compress, decompress
-
Constructor Details
-
HCompressor
-
-
Method Details
-
compress
-
decompress
-