Uses of Class
org.apache.commons.compress.compressors.CompressorInputStream

Packages that use CompressorInputStream
Package
Description
Provides a unified API and factories for dealing with compressed streams.
Provides stream class for decompressing streams using the Brotli algorithm based on Google's Brotli decoder.
Provides stream classes for compressing and decompressing streams using the BZip2 algorithm.
Provides a stream classes that allow (de)compressing streams using the DEFLATE algorithm.
Provides a stream that allows decompressing streams using the DEFLATE64(tm) algorithm.
Provides stream classes for compressing and decompressing streams using the GZip algorithm.
Provides stream classes for the LZ4 algorithm.
Provides utility classes for LZ77 based algorithms.
Provides stream classes using the "stand-alone" LZMA algorithm.
Generic LZW implementation.
Provides stream classes for compressing and decompressing streams using the Pack200 algorithm used to compress Java archives.
Provides stream classes for the Snappy algorithm.
Provides stream classes for compressing and decompressing streams using the XZ algorithm.
Provides stream classes for decompressing streams using the "compress" algorithm used to write .Z files.
Provides stream class for (de)compressing streams using the Zstandard algorithm based on Zstandard JNI.