Uses of Interface
nom.tam.fits.compression.algorithm.api.ICompressor
Packages that use ICompressor
Package
Description
(for internal use) GZIP compression algorithms.
( for internal use) GZIP2 compression algorithms.
The HCompress algorithm and its options.
(for internal use) PLIO compression algorithm.
Quantization support for representing floating-point values with integers corresponding to discrete levels.
The Rice comppression algorithm and its options.
( for internal use) Compression algorithm, for non compressing at all.
-
Uses of ICompressor in nom.tam.fits.compression.algorithm.gzip
Classes in nom.tam.fits.compression.algorithm.gzip that implement ICompressorModifier and TypeClassDescriptionclass
GZipCompressor<T extends Buffer>
(for internal use) The GZIP compression algorithm.static class
Byte compress is a special case, the only one that does not extends GZipCompress because it can write the buffer directly.static class
static class
static class
static class
static class
-
Uses of ICompressor in nom.tam.fits.compression.algorithm.gzip2
Classes in nom.tam.fits.compression.algorithm.gzip2 that implement ICompressorModifier and TypeClassDescriptionclass
GZip2Compressor<T extends Buffer>
(for internal use) The GZIP2 compression algorithm.static class
static class
static class
static class
static class
static class
-
Uses of ICompressor in nom.tam.fits.compression.algorithm.hcompress
Classes in nom.tam.fits.compression.algorithm.hcompress that implement ICompressorModifier and TypeClassDescriptionclass
HCompressor<T extends Buffer>
(for internal use) Data compressor using the HCompress algorithm.static class
static class
static class
static class
static class
-
Uses of ICompressor in nom.tam.fits.compression.algorithm.plio
Classes in nom.tam.fits.compression.algorithm.plio that implement ICompressorModifier and TypeClassDescriptionstatic class
static class
Attention int values are limited to 24 bits!static class
-
Uses of ICompressor in nom.tam.fits.compression.algorithm.quant
Classes in nom.tam.fits.compression.algorithm.quant that implement ICompressorModifier and TypeClassDescriptionstatic class
static class
TODO this is done very inefficient and should be refactored!Constructors in nom.tam.fits.compression.algorithm.quant with parameters of type ICompressorModifierConstructorDescriptionDoubleQuantCompressor
(QuantizeOption quantizeOption, ICompressor<IntBuffer> compressor) FloatQuantCompressor
(QuantizeOption quantizeOption, ICompressor<IntBuffer> postCompressor) -
Uses of ICompressor in nom.tam.fits.compression.algorithm.rice
Classes in nom.tam.fits.compression.algorithm.rice that implement ICompressorModifier and TypeClassDescriptionclass
RiceCompressor<T extends Buffer>
(for internal use) The Rice compression algorithm.static class
static class
static class
static class
static class
-
Uses of ICompressor in nom.tam.fits.compression.algorithm.uncompressed
Classes in nom.tam.fits.compression.algorithm.uncompressed that implement ICompressorModifier and TypeClassDescriptionclass
NoCompressCompressor<T extends Buffer>
(for internal use) This compression algorithm will just copy the input to the output and do nothing at all.static class
static class
static class
static class
static class
static class