Package org.apache.commons.compress.archivers.tar
package org.apache.commons.compress.archivers.tar
Provides stream classes for reading and writing archives using the TAR format.
There are many different format dialects that call themselves TAR. The classes of this package can read and write archives in the traditional pre-POSIX ustar format and support GNU specific extensions for long file names that GNU tar itself by now refers to as oldgnu.
-
ClassDescriptionAn entry in a Tar archive.The TarInputStream reads a UNIX tar archive as an InputStream.The TarOutputStream writes a UNIX tar archive as an OutputStream.A sparse entry in a Tar archive.This is an InputStream that always return 0, this is used when reading the "holes" of a sparse fileA
struct sparse
in a Tar archive.This interface contains all the definitions used in the package.Provides random access to UNIX archives.GNU sparse key names.This class provides static utility methods to work with byte streams.