| Name | Description | Type | Package | Framework |
| TarArchiveEntry | This class represents an entry in a Tar archive. | Class | org.apache.commons.compress.archivers.tar | Apache Commons |
| TarArchiveInputStream | The TarInputStream reads a UNIX tar archive as an InputStream. | Class | org.apache.commons.compress.archivers.tar | Apache Commons |
| TarArchiveOutputStream | The TarOutputStream writes a UNIX tar archive as an OutputStream. | Class | org.apache.commons.compress.archivers.tar | Apache Commons |
| TarArchiveSparseEntry | This class represents a sparse entry in a Tar archive. | Class | org.apache.commons.compress.archivers.tar | Apache Commons |
| TarConstants | This interface contains all the definitions used in the package. | Interface | org.apache.commons.compress.archivers.tar | Apache Commons |
| TarUtils | This class provides static utility methods to work with byte streams. | Class | org.apache.commons.compress.archivers.tar | Apache Commons |