Package | Description |
---|---|
org.apache.commons.compress.archivers.sevenz |
Provides classes for reading and writing archives using
the 7z 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.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.lzw |
Generic LZW implementation.
|
org.apache.commons.compress.compressors.snappy |
Provides stream classes for the
Snappy
algorithm.
|
org.apache.commons.compress.utils |
Contains utilities used internally by the compress library.
|
Class and Description |
---|
CountingOutputStream
Stream that tracks the number of bytes read.
|
Class and Description |
---|
BitInputStream
Reads bits from an InputStream.
|
Class and Description |
---|
BitInputStream
Reads bits from an InputStream.
|
Class and Description |
---|
ByteUtils.ByteSupplier
Used to supply bytes.
|
Class and Description |
---|
ByteUtils.ByteSupplier
Used to supply bytes.
|
Class and Description |
---|
BitInputStream
Reads bits from an InputStream.
|
Class and Description |
---|
ByteUtils.ByteConsumer
Used to consume bytes.
|
ByteUtils.ByteSupplier
Used to supply bytes.
|
Class and 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.
|