| Name | Description | Type | Package | Framework |
| ArchiveUtils | Class | org.apache.commons.compress.utils | Apache Commons | |
| BitInputStream | Reads bits from an InputStream. | Class | org.apache.commons.compress.utils | Apache Commons |
| BoundedInputStream | A stream that limits reading from a wrapped stream to a given number of bytes. | Class | org.apache.commons.compress.utils | Apache Commons |
| CharsetNames | Character encoding names required of every implementation of the Java platform. | Class | org.apache.commons.compress.utils | Apache Commons |
| Charsets | Charsets required of every implementation of the Java platform. | Class | org.apache.commons.compress.utils | Apache Commons |
| ChecksumVerifyingInputStream | A stream that verifies the checksum of the data read once the stream isSince:1. | Class | org.apache.commons.compress.utils | Apache Commons |
| CountingInputStream | Stream that tracks the number of bytes read. | Class | org.apache.commons.compress.utils | Apache Commons |
| CountingOutputStream | Stream that tracks the number of bytes read. | Class | org.apache.commons.compress.utils | Apache Commons |
| CRC32VerifyingInputStream | A stream that verifies the CRC of the data read once the stream isSince:1. | Class | org.apache.commons.compress.utils | Apache Commons |
| IOUtils | Class | org.apache.commons.compress.utils | Apache Commons | |