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 InputStream
Deprecated.Returns the Apachecommons-compress
decompressed input stream for.bz2
compressed inputsstatic InputStream
Deprecated.Returns the Apachecommons-compress
decompressed input stream for.Z
compressed inputs
-
Method Details
-
createBZip2Stream
Deprecated.Returns the Apachecommons-compress
decompressed input stream for.bz2
compressed inputs- Parameters:
in
- the.bz2
compressed 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-compress
decompressed input stream for.Z
compressed inputs- Parameters:
in
- the.Z
compressed input stream- Returns:
- the decompressed input stream using Apache
commons-compress
. - Throws:
IOException
- if there was an IO error processing the input.
-