Uses of Interface
org.apache.commons.compress.utils.InputStreamStatistics
Packages that use InputStreamStatistics
Package
Description
Provides stream classes for reading and writing archives using the ZIP format with some extensions for the special case of JAR archives.
Provides classes for reading and writing archives using the 7z format.
Provides stream classes for reading and writing archives using the ZIP format.
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 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.
-
Uses of InputStreamStatistics in org.apache.commons.compress.archivers.jar
Classes in org.apache.commons.compress.archivers.jar that implement InputStreamStatisticsModifier and TypeClassDescriptionclass
Implements an input stream that can read entries from jar files. -
Uses of InputStreamStatistics in org.apache.commons.compress.archivers.sevenz
Methods in org.apache.commons.compress.archivers.sevenz that return InputStreamStatisticsModifier and TypeMethodDescriptionSevenZFile.getStatisticsForCurrentEntry()
Gets statistics for bytes read from the current entry. -
Uses of InputStreamStatistics in org.apache.commons.compress.archivers.zip
Classes in org.apache.commons.compress.archivers.zip that implement InputStreamStatisticsModifier and TypeClassDescriptionclass
Implements an input stream that can read Zip archives. -
Uses of InputStreamStatistics in org.apache.commons.compress.compressors.brotli
Classes in org.apache.commons.compress.compressors.brotli that implement InputStreamStatisticsModifier and TypeClassDescriptionclass
CompressorInputStream
implementation to decode Brotli encoded stream. -
Uses of InputStreamStatistics in org.apache.commons.compress.compressors.bzip2
Classes in org.apache.commons.compress.compressors.bzip2 that implement InputStreamStatisticsModifier and TypeClassDescriptionclass
An input stream that decompresses from the BZip2 format to be read as any other stream. -
Uses of InputStreamStatistics in org.apache.commons.compress.compressors.deflate
Classes in org.apache.commons.compress.compressors.deflate that implement InputStreamStatistics -
Uses of InputStreamStatistics in org.apache.commons.compress.compressors.deflate64
Classes in org.apache.commons.compress.compressors.deflate64 that implement InputStreamStatistics -
Uses of InputStreamStatistics in org.apache.commons.compress.compressors.gzip
Classes in org.apache.commons.compress.compressors.gzip that implement InputStreamStatisticsModifier and TypeClassDescriptionclass
Input stream that decompresses .gz files. -
Uses of InputStreamStatistics in org.apache.commons.compress.compressors.lz4
Classes in org.apache.commons.compress.compressors.lz4 that implement InputStreamStatisticsModifier and TypeClassDescriptionclass
CompressorInputStream for the LZ4 block format.class
CompressorInputStream for the LZ4 frame format. -
Uses of InputStreamStatistics in org.apache.commons.compress.compressors.lz77support
Classes in org.apache.commons.compress.compressors.lz77support that implement InputStreamStatisticsModifier and TypeClassDescriptionclass
Encapsulates code common to LZ77 decompressors. -
Uses of InputStreamStatistics in org.apache.commons.compress.compressors.lzma
Classes in org.apache.commons.compress.compressors.lzma that implement InputStreamStatistics -
Uses of InputStreamStatistics in org.apache.commons.compress.compressors.lzw
Classes in org.apache.commons.compress.compressors.lzw that implement InputStreamStatistics -
Uses of InputStreamStatistics in org.apache.commons.compress.compressors.snappy
Classes in org.apache.commons.compress.compressors.snappy that implement InputStreamStatisticsModifier and TypeClassDescriptionclass
CompressorInputStream for the framing Snappy format.class
CompressorInputStream for the raw Snappy format. -
Uses of InputStreamStatistics in org.apache.commons.compress.compressors.xz
Classes in org.apache.commons.compress.compressors.xz that implement InputStreamStatistics -
Uses of InputStreamStatistics in org.apache.commons.compress.compressors.z
Classes in org.apache.commons.compress.compressors.z that implement InputStreamStatisticsModifier and TypeClassDescriptionclass
Input stream that decompresses .Z files. -
Uses of InputStreamStatistics in org.apache.commons.compress.compressors.zstandard
Classes in org.apache.commons.compress.compressors.zstandard that implement InputStreamStatisticsModifier and TypeClassDescriptionclass
CompressorInputStream
implementation to decode Zstandard encoded stream.