Uses of Interface
nom.tam.fits.compress.ICompressProvider
Packages that use ICompressProvider
Package
Description
(for internal use) Handling of compressed FITS files (file-level compression only).
-
Uses of ICompressProvider in nom.tam.fits.compress
Classes in nom.tam.fits.compress that implement ICompressProviderModifier and TypeClassDescriptionclass
Deprecated.class
(for internal use) BZIP2 (.bz2
) input stream decompression.class
Deprecated.UseZCompressionProvider
, or the more genericCompressionManager
with a preference toward using the system command if possible, instead.class
(for internal use) GZIP (.gz
) input stream decompression.class
(for internal use) UNIX compressed (.Z
) input stream decompression.Methods in nom.tam.fits.compress that return ICompressProviderModifier and TypeMethodDescriptionprotected static ICompressProvider
CompressionManager.nextCompressionProvider
(int mag1, int mag2, ICompressProvider old) Returned the next highest priority decompression class, after the one we don't want, for the given type of compressed file.Methods in nom.tam.fits.compress with parameters of type ICompressProviderModifier and TypeMethodDescriptionprotected static ICompressProvider
CompressionManager.nextCompressionProvider
(int mag1, int mag2, ICompressProvider old) Returned the next highest priority decompression class, after the one we don't want, for the given type of compressed file.
ZCompressionProvider
.