Package | Description |
---|---|
org.apache.commons.compress.archivers.jar |
Provides stream classes for reading and writing archives using
the ZIP format with some extensions for the special case of JAR
archives.
|
org.apache.commons.compress.archivers.tar |
Provides stream classes for reading and writing archives using
the TAR format.
|
org.apache.commons.compress.archivers.zip |
Provides stream classes for reading and writing archives using
the ZIP format.
|
Modifier and Type | Class and Description |
---|---|
class |
JarArchiveEntry |
Modifier and Type | Class and Description |
---|---|
class |
TarArchiveEntry
This class represents an entry in a Tar archive.
|
Modifier and Type | Class and Description |
---|---|
class |
ZipArchiveEntry
Extension that adds better handling of extra fields and provides
access to the internal and external file attributes.
|