Uses of Class
org.apache.commons.compress.utils.CountingInputStream

Packages that use CountingInputStream
Package
Description
Provides stream classes for reading and writing archives using the ZIP format.
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 utility classes for LZ77 based algorithms.
Provides stream classes using the "stand-alone" LZMA algorithm.
Provides stream classes for the Snappy algorithm.
Provides stream classes for compressing and decompressing streams using the XZ algorithm.
Contains utilities used internally by the compress library.