Package nom.tam.fits.compress
Class CompressionLibLoaderProtection
java.lang.Object
nom.tam.fits.compress.CompressionLibLoaderProtection
Deprecated.
(for internal use) The visibility of this class may be
reduced to package level in the future.
(for internal use) Shorthand access to Apache commons-compress
stream decompressors. Forgive the awkward name.
- Author:
- Richard van Nieuwenhoven
-
Method Summary
Modifier and TypeMethodDescriptionstatic InputStreamDeprecated.Returns the Apachecommons-compressdecompressed input stream for.bz2compressed inputsstatic InputStreamDeprecated.Returns the Apachecommons-compressdecompressed input stream for.Zcompressed inputs
-
Method Details
-
createBZip2Stream
Deprecated.Returns the Apachecommons-compressdecompressed input stream for.bz2compressed inputs- Parameters:
in- the.bz2compressed input stream- Returns:
- the decompressed input stream using Apache
commons-compress. - Throws:
IOException- if there was an IO error processing the input.
-
createZStream
Deprecated.Returns the Apachecommons-compressdecompressed input stream for.Zcompressed inputs- Parameters:
in- the.Zcompressed input stream- Returns:
- the decompressed input stream using Apache
commons-compress. - Throws:
IOException- if there was an IO error processing the input.
-