Package nom.tam.fits.compression.algorithm.gzip
package nom.tam.fits.compression.algorithm.gzip
(for internal use) GZIP compression algorithms. It's weird that it's a package by itself, but that's life.
-
ClassesClassDescriptionGZipCompressor<T extends Buffer>(for internal use) The GZIP compression algorithm.Byte compress is a special case, the only one that does not extends GZipCompress because it can write the buffer directly.