Package nom.tam.fits.compression.algorithm.uncompressed
package nom.tam.fits.compression.algorithm.uncompressed
( for internal use) Compression algorithm, for non compressing at all. It's weird, I know, and it's weirder
that it's a package by itself, but that's life.
-
ClassesClassDescriptionNoCompressCompressor<T extends Buffer>(for internal use) This compression algorithm will just copy the input to the output and do nothing at all.