| Package | Description |
|---|---|
| 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 | Method and Description |
|---|---|
static int |
TarUtils.formatNameBytes(String
Copy a name into a buffer.
|
static String |
TarUtils.parseName(byte[] buffer, int offset, int length, ZipEncoding
Parse an entry name from a buffer.
|
void |
TarArchiveEntry.parseTarHeader(byte[] header, ZipEncoding
Parse an entry's header information from a header buffer.
|
void |
TarArchiveEntry.writeEntryHeader(byte[] outbuf, ZipEncoding
Write an entry's header information to a header buffer.
|
| Constructor and Description | |
|---|---|
TarArchiveEntry(byte[] headerBuf, ZipEncoding
Construct an entry from an archive's header bytes.
|
| Modifier and Type | Method and Description |
|---|---|
static ZipEncoding |
ZipEncodingHelper.getZipEncoding(String
Instantiates a zip encoding.
|