Uses of Package
org.apache.commons.compress.utils
-
Packages that use org.apache.commons.compress.utils Package Description org.apache.commons.compress.archivers.jar Provides stream classes for reading and writing archives using the ZIP format with some extensions for the special case of JAR archives.org.apache.commons.compress.archivers.sevenz Provides classes for reading and writing archives using the 7z format.org.apache.commons.compress.archivers.tar Provides stream classes for reading and writing archives using the TAR format.org.apache.commons.compress.archivers.zip Provides stream classes for reading and writing archives using the ZIP format.org.apache.commons.compress.compressors.bzip2 Provides stream classes for compressing and decompressing streams using the BZip2 algorithm.org.apache.commons.compress.compressors.deflate Provides a stream classes that allow (de)compressing streams using the DEFLATE algorithm.org.apache.commons.compress.compressors.deflate64 Provides a stream that allows decompressing streams using the DEFLATE64(tm) algorithm.org.apache.commons.compress.compressors.gzip Provides stream classes for compressing and decompressing streams using the GZip algorithm.org.apache.commons.compress.compressors.lz4 Provides stream classes for the LZ4 algorithm.org.apache.commons.compress.compressors.lz77support Provides utility classes for LZ77 based algorithms.org.apache.commons.compress.compressors.lzma Provides stream classes using the "stand-alone" LZMA algorithm.org.apache.commons.compress.compressors.lzw Generic LZW implementation.org.apache.commons.compress.compressors.snappy Provides stream classes for the Snappy algorithm.org.apache.commons.compress.compressors.xz Provides stream classes for compressing and decompressing streams using the XZ algorithm.org.apache.commons.compress.compressors.z Provides stream classes for decompressing streams using the "compress" algorithm used to write .Z files.org.apache.commons.compress.utils Contains utilities used internally by the compress library. -
Classes in org.apache.commons.compress.utils used by org.apache.commons.compress.archivers.jar Class Description InputStreamStatistics This interface provides statistics on the current decompression stream. -
Classes in org.apache.commons.compress.utils used by org.apache.commons.compress.archivers.sevenz Class Description CountingOutputStream Stream that tracks the number of bytes read.InputStreamStatistics This interface provides statistics on the current decompression stream. -
Classes in org.apache.commons.compress.utils used by org.apache.commons.compress.archivers.tar Class Description CountingOutputStream Stream that tracks the number of bytes read.FixedLengthBlockOutputStream This class supports writing to an Outputstream or WritableByteChannel in fixed length blocks. -
Classes in org.apache.commons.compress.utils used by org.apache.commons.compress.archivers.zip Class Description BitInputStream Reads bits from an InputStream.CountingInputStream Stream that tracks the number of bytes read.InputStreamStatistics This interface provides statistics on the current decompression stream. -
Classes in org.apache.commons.compress.utils used by org.apache.commons.compress.compressors.bzip2 Class Description BitInputStream Reads bits from an InputStream.InputStreamStatistics This interface provides statistics on the current decompression stream. -
Classes in org.apache.commons.compress.utils used by org.apache.commons.compress.compressors.deflate Class Description CountingInputStream Stream that tracks the number of bytes read.InputStreamStatistics This interface provides statistics on the current decompression stream. -
Classes in org.apache.commons.compress.utils used by org.apache.commons.compress.compressors.deflate64 Class Description BitInputStream Reads bits from an InputStream.InputStreamStatistics This interface provides statistics on the current decompression stream. -
Classes in org.apache.commons.compress.utils used by org.apache.commons.compress.compressors.gzip Class Description CountingInputStream Stream that tracks the number of bytes read.InputStreamStatistics This interface provides statistics on the current decompression stream. -
Classes in org.apache.commons.compress.utils used by org.apache.commons.compress.compressors.lz4 Class Description ByteUtils.ByteSupplier Used to supply bytes.CountingInputStream Stream that tracks the number of bytes read.InputStreamStatistics This interface provides statistics on the current decompression stream. -
Classes in org.apache.commons.compress.utils used by org.apache.commons.compress.compressors.lz77support Class Description ByteUtils.ByteSupplier Used to supply bytes.CountingInputStream Stream that tracks the number of bytes read.InputStreamStatistics This interface provides statistics on the current decompression stream. -
Classes in org.apache.commons.compress.utils used by org.apache.commons.compress.compressors.lzma Class Description CountingInputStream Stream that tracks the number of bytes read.InputStreamStatistics This interface provides statistics on the current decompression stream. -
Classes in org.apache.commons.compress.utils used by org.apache.commons.compress.compressors.lzw Class Description BitInputStream Reads bits from an InputStream.InputStreamStatistics This interface provides statistics on the current decompression stream. -
Classes in org.apache.commons.compress.utils used by org.apache.commons.compress.compressors.snappy Class Description ByteUtils.ByteConsumer Used to consume bytes.ByteUtils.ByteSupplier Used to supply bytes.CountingInputStream Stream that tracks the number of bytes read.InputStreamStatistics This interface provides statistics on the current decompression stream. -
Classes in org.apache.commons.compress.utils used by org.apache.commons.compress.compressors.xz Class Description CountingInputStream Stream that tracks the number of bytes read.InputStreamStatistics This interface provides statistics on the current decompression stream. -
Classes in org.apache.commons.compress.utils used by org.apache.commons.compress.compressors.z Class Description InputStreamStatistics This interface provides statistics on the current decompression stream. -
Classes in org.apache.commons.compress.utils used by org.apache.commons.compress.utils Class Description ByteUtils.ByteConsumer Used to consume bytes.ByteUtils.ByteSupplier Used to supply bytes.ChecksumVerifyingInputStream A stream that verifies the checksum of the data read once the stream is exhausted.CountingInputStream Stream that tracks the number of bytes read.