Package | Description |
---|---|
org.apache.commons.compress.archivers.examples |
Contains example code that is not guaranteed to provide a
stable API across releases of Commons Compress.
|
org.apache.commons.compress.archivers.tar |
Provides stream classes for reading and writing archives using
the TAR format.
|
Class and Description |
---|
TarFile
The TarFile provides random access to UNIX archives.
|
Class and Description |
---|
TarArchiveEntry
This class represents an entry in a Tar archive.
|
TarArchiveStructSparse
This class represents struct sparse in a Tar archive.
|
TarConstants
This interface contains all the definitions used in the package.
|