Package Summary
Provides stream classes for reading and writing archives using the AR format.
Provides stream classes for reading archives using the ARJ format.
Provides stream classes for reading and writing archives using the CPIO format.
This package provides stream classes for reading archives using the Unix DUMP format.
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 TAR format.
Provides stream classes for reading and writing archives using the ZIP format.
Interface Summary
Represents an entry of an archive.
Class Summary
Factory to create Archive[In|Out]putStreams from names or the first bytes of the InputStream.
Simple command line application that lists the contents of an archive.
Exception Summary
Archiver related Exception
Exception thrown by ArchiveStreamFactory if a format is requested/detected that doesn't support streaming.
Package org.apache.commons.compress.archivers Description
Provides a unified API and factories for dealing with archives in different formats.