Uses of Class
org.apache.commons.compress.CompressFilterOutputStream

Packages that use CompressFilterOutputStream
Package
Description
Provides a unified API and factories for dealing with archives in different formats.
Provides stream classes for reading and writing archives using the AR format.
Provides stream classes for reading and writing archives using the CPIO format.
Provides stream classes for reading and writing archives using the ZIP format with some extensions for the special case of JAR archives.
Provides stream classes for reading and writing archives using the TAR format.
Provides stream classes for reading and writing archives using the ZIP format.
Provides a unified API and factories for dealing with compressed streams.
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 stream classes for compressing and decompressing streams using the GZip algorithm.
Provides stream classes for the LZ4 algorithm.
Provides stream classes using the "stand-alone" LZMA algorithm.
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 class for (de)compressing streams using the Zstandard algorithm based on Zstandard JNI.