Uses of Class
org.apache.commons.compress.archivers.tar.TarArchiveStructSparse
-
Packages that use TarArchiveStructSparse Package Description org.apache.commons.compress.archivers.tar Provides stream classes for reading and writing archives using the TAR format. -
-
Uses of TarArchiveStructSparse in org.apache.commons.compress.archivers.tar
Methods in org.apache.commons.compress.archivers.tar that return TarArchiveStructSparse Modifier and Type Method Description static TarArchiveStructSparseTarUtils. parseSparse(byte[] buffer, int offset)Parses the content of a PAX 1.0 sparse block.Methods in org.apache.commons.compress.archivers.tar that return types with arguments of type TarArchiveStructSparse Modifier and Type Method Description List<TarArchiveStructSparse>TarArchiveEntry. getSparseHeaders()Get this entry's sparse headersList<TarArchiveStructSparse>TarArchiveSparseEntry. getSparseHeaders()Obtains information about the configuration for the sparse entry.Method parameters in org.apache.commons.compress.archivers.tar with type arguments of type TarArchiveStructSparse Modifier and Type Method Description voidTarArchiveEntry. setSparseHeaders(List<TarArchiveStructSparse> sparseHeaders)Set this entry's sparse headers
-