Package nom.tam.fits.compress
package nom.tam.fits.compress
(for internal use) Handling of compressed FITS files (file-level compression only). This is for file-level
compression support only. HDU-level compression, including tile compression is handled by the
nom.tam.image.compression.hdu
package.- See Also:
-
ClassDescriptionDeprecated.(for internal use) BZIP2 (
.bz2
) input stream decompression.Deprecated.Needed only by deprecated compression classes.Deprecated.(for internal use) The visibility of this class may be reduced to package level in the future.(for internal use) Decompression of compressed FITS files of all supported types (.gz
,.Z
,.bz2
).Deprecated.UseZCompressionProvider
, or the more genericCompressionManager
with a preference toward using the system command if possible, instead.(for internal use) GZIP (.gz
) input stream decompression.(for internal use) Input stream decompression interface.(for internal use) UNIX compressed (.Z
) input stream decompression.
ZCompressionProvider
.