- TAR_CHARSET - Static variable in class de.schlichtherle.truezip.fs.archive.tar.TarDriver
-
The default character set for entry names and comments, which is
"US-ASCII".
- TarBZip2Driver - Class in de.schlichtherle.truezip.fs.archive.tar
-
An archive driver which builds BZIP2 compressed TAR files (TAR.BZIP2).
- TarBZip2Driver(IOPoolProvider) - Constructor for class de.schlichtherle.truezip.fs.archive.tar.TarBZip2Driver
-
- TarDriver - Class in de.schlichtherle.truezip.fs.archive.tar
-
An archive driver which builds Tape Archive files (TAR).
- TarDriver(IOPoolProvider) - Constructor for class de.schlichtherle.truezip.fs.archive.tar.TarDriver
-
- TarDriverService - Class in de.schlichtherle.truezip.fs.archive.tar
-
An immutable container of a map of drivers for the TAR file format.
- TarDriverService() - Constructor for class de.schlichtherle.truezip.fs.archive.tar.TarDriverService
-
- TarGZipDriver - Class in de.schlichtherle.truezip.fs.archive.tar
-
An archive driver which builds GZIP compressed TAR files (TAR.GZIP).
- TarGZipDriver(IOPoolProvider) - Constructor for class de.schlichtherle.truezip.fs.archive.tar.TarGZipDriver
-
- TarGZipDriver.GZIPOutputStream - Class in de.schlichtherle.truezip.fs.archive.tar
-
Extends its super class to set the deflater level.
- TarGZipDriver.GZIPOutputStream(OutputStream, int, int) - Constructor for class de.schlichtherle.truezip.fs.archive.tar.TarGZipDriver.GZIPOutputStream
-
- TarInputShop - Class in de.schlichtherle.truezip.fs.archive.tar
-
- TarInputShop(TarDriver, InputStream) - Constructor for class de.schlichtherle.truezip.fs.archive.tar.TarInputShop
-
Extracts the entire TAR input stream into a temporary directory in order
to allow subsequent random access to its entries.
- TarOutputShop - Class in de.schlichtherle.truezip.fs.archive.tar
-
An implementation of
OutputShop to write TAR archives.
- TarOutputShop(TarDriver, OutputStream) - Constructor for class de.schlichtherle.truezip.fs.archive.tar.TarOutputShop
-
- TarOutputShop.EntryOutputStream - Class in de.schlichtherle.truezip.fs.archive.tar
-
This entry output stream writes directly to our subclass.
- TarOutputShop.EntryOutputStream(TTarArchiveEntry) - Constructor for class de.schlichtherle.truezip.fs.archive.tar.TarOutputShop.EntryOutputStream
-
- TarOutputShop.TempEntryOutputStream - Class in de.schlichtherle.truezip.fs.archive.tar
-
This entry output stream writes the entry to a temporary file.
- TarOutputShop.TempEntryOutputStream(IOPool.Entry<?>, TTarArchiveEntry) - Constructor for class de.schlichtherle.truezip.fs.archive.tar.TarOutputShop.TempEntryOutputStream
-
- temp - Variable in class de.schlichtherle.truezip.fs.archive.tar.TarOutputShop.TempEntryOutputStream
-
- temp - Variable in class de.schlichtherle.truezip.fs.archive.tar.TTarArchiveEntry
-
- toString() - Method in class de.schlichtherle.truezip.fs.archive.tar.TTarArchiveEntry
-
Returns a string representation of this object for debugging and logging
purposes.
- TTarArchiveEntry - Class in de.schlichtherle.truezip.fs.archive.tar
-
An entry in a TAR archive which implements the FsArchiveEntry
interface.
- TTarArchiveEntry(String) - Constructor for class de.schlichtherle.truezip.fs.archive.tar.TTarArchiveEntry
-
- TTarArchiveEntry(String, TarArchiveEntry) - Constructor for class de.schlichtherle.truezip.fs.archive.tar.TTarArchiveEntry
-