Class Summary
Generic Archive utilities
A stream that limits reading from a wrapped stream to a given number of bytes.
Character encoding names required of every implementation of the Java platform.
Charsets required of every implementation of the Java platform.
A stream that verifies the checksum of the data read once the stream is exhausted.
Stream that tracks the number of bytes read.
Stream that tracks the number of bytes read.
A stream that verifies the CRC of the data read once the stream is exhausted.
Package org.apache.commons.compress.utils Description
Contains utilities used internally by the compress library.