- TAR_CHARSET - Static variable in class de.schlichtherle.truezip.fs.archive.tar.TarDriver
-
The character set for entry names and comments, which is the default
character set.
- TarBZip2Driver - Class in de.schlichtherle.truezip.fs.archive.tar
-
An archive driver for BZIP2 compressed TAR files (TAR.BZIP2).
- TarBZip2Driver(IOPoolProvider) - Constructor for class de.schlichtherle.truezip.fs.archive.tar.TarBZip2Driver
-
- TarBZip2Driver.BZip2CompressorOutputStream - Class in de.schlichtherle.truezip.fs.archive.tar
-
- TarBZip2Driver.BZip2CompressorOutputStream(OutputStream, int) - Constructor for class de.schlichtherle.truezip.fs.archive.tar.TarBZip2Driver.BZip2CompressorOutputStream
-
- TarDriver - Class in de.schlichtherle.truezip.fs.archive.tar
-
An archive driver for Tape Archive files (TAR).
- TarDriver(IOPoolProvider) - Constructor for class de.schlichtherle.truezip.fs.archive.tar.TarDriver
-
Constructs a new TAR driver.
- TarDriverEntry - Class in de.schlichtherle.truezip.fs.archive.tar
-
An entry in a TAR archive which implements the FsArchiveEntry
interface.
- TarDriverEntry(String) - Constructor for class de.schlichtherle.truezip.fs.archive.tar.TarDriverEntry
-
- TarDriverEntry(String, TarArchiveEntry) - Constructor for class de.schlichtherle.truezip.fs.archive.tar.TarDriverEntry
-
- 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 for 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.BufferedEntryOutputStream - Class in de.schlichtherle.truezip.fs.archive.tar
-
This entry output stream writes the entry to a temporary file.
- TarOutputShop.BufferedEntryOutputStream(IOPool.Entry<?>, TarDriverEntry) - Constructor for class de.schlichtherle.truezip.fs.archive.tar.TarOutputShop.BufferedEntryOutputStream
-
- TarOutputShop.EntryOutputStream - Class in de.schlichtherle.truezip.fs.archive.tar
-
This entry output stream writes directly to our subclass.
- TarOutputShop.EntryOutputStream(TarDriverEntry) - Constructor for class de.schlichtherle.truezip.fs.archive.tar.TarOutputShop.EntryOutputStream
-
- temp - Variable in class de.schlichtherle.truezip.fs.archive.tar.TarDriverEntry
-
- toString() - Method in class de.schlichtherle.truezip.fs.archive.tar.TarDriverEntry
-
Returns a string representation of this object for debugging and logging
purposes.