Package | Description |
---|---|
org.apache.commons.compress.archivers.tar |
Provides stream classes for reading and writing archives using
the TAR format.
|
Modifier and Type | Method and Description |
---|---|
static TarArchiveStructSparse |
TarUtils.parseSparse(byte[] buffer,
int offset)
Parses the content of a PAX 1.0 sparse block.
|
Modifier and Type | Method and Description |
---|---|
List<TarArchiveStructSparse> |
TarArchiveSparseEntry.getSparseHeaders()
Obtains information about the configuration for the sparse entry.
|
List<TarArchiveStructSparse> |
TarArchiveEntry.getSparseHeaders()
Get this entry's sparse headers
|
Modifier and Type | Method and Description |
---|---|
void |
TarArchiveEntry.setSparseHeaders(List<TarArchiveStructSparse> sparseHeaders)
Set this entry's sparse headers
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.