See: Description
Interface | Description |
---|---|
TarConstants |
This interface contains all the definitions used in the package.
|
Class | Description |
---|---|
TarArchiveEntry |
This class represents an entry in a Tar archive.
|
TarArchiveInputStream |
The TarInputStream reads a UNIX tar archive as an InputStream.
|
TarArchiveOutputStream |
The TarOutputStream writes a UNIX tar archive as an OutputStream.
|
TarArchiveSparseEntry |
This class represents a sparse entry in a Tar archive.
|
TarUtils |
This class provides static utility methods to work with byte streams.
|
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 filenames that GNU tar itself by now refers to as oldgnu.
Copyright © 2010 - 2020 Adobe. All Rights Reserved