This package implements the UNIX tar archive, as well as an equivalent of the tar command.
The package makes use of the Java Activation package to support the translation of ASCII files via MIME types. This allows you to convert text files, based on their extension, as you archive and extract files.
The package is designed to allow you to integrate tar
archive support into any Java application.
@author Tim Endres