Class ExternalBZip2CompressionProvider
java.lang.Object
nom.tam.fits.compress.ExternalBZip2CompressionProvider
- All Implemented Interfaces:
ICompressProvider
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate InputStreambunzipper(InputStream compressed) intpriority()booleanprovides(int mag1, int mag2)
-
Field Details
-
PRIORITY
private static final int PRIORITY- See Also:
-
LOG
-
-
Constructor Details
-
ExternalBZip2CompressionProvider
public ExternalBZip2CompressionProvider()
-
-
Method Details
-
bunzipper
- Throws:
IOExceptionFitsException
-
getBzip2Cmd
-
decompress
- Specified by:
decompressin interfaceICompressProvider- Throws:
IOExceptionFitsException
-
priority
public int priority()- Specified by:
priorityin interfaceICompressProvider
-
provides
public boolean provides(int mag1, int mag2) - Specified by:
providesin interfaceICompressProvider
-