- TApplication<E extends Exception> - Class in de.schlichtherle.truezip.file
-
A template class which aids in establishing the typical
setup-work-sync life cycle of a TrueZIP application.
- TApplication() - Constructor for class de.schlichtherle.truezip.file.TApplication
-
- 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
-
- TArchiveDetector - Class in de.schlichtherle.truezip.file
-
Detects a prospective archive file and declares its file system
type by mapping its file name suffix to an archive driver.
- TArchiveDetector(String) - Constructor for class de.schlichtherle.truezip.file.TArchiveDetector
-
- TArchiveDetector(FsDriverProvider, String) - Constructor for class de.schlichtherle.truezip.file.TArchiveDetector
-
Constructs a new TArchiveDetector
by filtering the given driver
provider for all canonicalized suffixes in the suffixes
list.
- TArchiveDetector(String, FsDriver) - Constructor for class de.schlichtherle.truezip.file.TArchiveDetector
-
- TArchiveDetector(FsDriverProvider, String, FsDriver) - Constructor for class de.schlichtherle.truezip.file.TArchiveDetector
-
Constructs a new TArchiveDetector
by
decorating the configuration of delegate
with
mappings for all canonicalized suffixes in suffixes
to
driver
.
- TArchiveDetector(FsDriverProvider, Object[][]) - Constructor for class de.schlichtherle.truezip.file.TArchiveDetector
-
Creates a new TArchiveDetector
by
decorating the configuration of delegate
with
mappings for all entries in config
.
- TArchiveDetector(FsDriverProvider, Map<FsScheme, FsDriver>) - Constructor for class de.schlichtherle.truezip.file.TArchiveDetector
-
Constructs a new TArchiveDetector
by decorating the given driver
provider with mappings for all entries in config
.
- 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
-
- TarInputShop - Class in de.schlichtherle.truezip.fs.archive.tar
-
An input shop for reading TAR files.
- TarInputShop(TarDriver, InputStream) - Constructor for class de.schlichtherle.truezip.fs.archive.tar.TarInputShop
-
- TarOutputShop - Class in de.schlichtherle.truezip.fs.archive.tar
-
An output service for writing TAR files.
- TarOutputShop(TarDriver, OutputStream) - Constructor for class de.schlichtherle.truezip.fs.archive.tar.TarOutputShop
-
- TarXZDriver - Class in de.schlichtherle.truezip.fs.archive.tar
-
An archive driver for XZ compressed TAR files (TAR.XZ).
- TarXZDriver(IOPoolProvider) - Constructor for class de.schlichtherle.truezip.fs.archive.tar.TarXZDriver
-
- TConfig - Class in de.schlichtherle.truezip.file
-
A container for configuration options with global or inheritable thread
local scope.
- TDecoratingFileSystemView - Class in de.schlichtherle.truezip.file.swing
-
A decorator for a file system view.
- TDecoratingFileSystemView(FileSystemView) - Constructor for class de.schlichtherle.truezip.file.swing.TDecoratingFileSystemView
-
Creates a new decorating file system view.
- TDecoratingFileView - Class in de.schlichtherle.truezip.file.swing
-
A decorator for a file view.
- TDecoratingFileView(FileView) - Constructor for class de.schlichtherle.truezip.file.swing.TDecoratingFileView
-
Constructs a new decorating file view.
- TempFilePoolService - Class in de.schlichtherle.truezip.fs.file
-
Contains TempFilePool.INSTANCE
.
- TempFilePoolService() - Constructor for class de.schlichtherle.truezip.fs.file.TempFilePoolService
-
- TempFilePoolService - Class in de.schlichtherle.truezip.fs.nio.file
-
Contains TempFilePool.INSTANCE
.
- TempFilePoolService() - Constructor for class de.schlichtherle.truezip.fs.nio.file.TempFilePoolService
-
- TFile - Class in de.schlichtherle.truezip.file
-
A replacement for the class
File
which provides transparent
read/write access to archive files and their entries as if they were
(virtual) directories and files.
- TFile(File) - Constructor for class de.schlichtherle.truezip.file.TFile
-
Copy constructor.
- TFile(File, TArchiveDetector) - Constructor for class de.schlichtherle.truezip.file.TFile
-
Constructs a new TFile
instance which may use the given archive
detector to scan the path name for prospective archive files.
- TFile(String) - Constructor for class de.schlichtherle.truezip.file.TFile
-
- TFile(String, TArchiveDetector) - Constructor for class de.schlichtherle.truezip.file.TFile
-
Constructs a new
TFile
instance which may use the given
TArchiveDetector
to scan its path name for prospective archive
files.
- TFile(String, String) - Constructor for class de.schlichtherle.truezip.file.TFile
-
- TFile(String, String, TArchiveDetector) - Constructor for class de.schlichtherle.truezip.file.TFile
-
Constructs a new TFile
instance which may use the given archive
detector to scan the entire path name for prospective archive
files.
- TFile(File, String) - Constructor for class de.schlichtherle.truezip.file.TFile
-
- TFile(File, String, TArchiveDetector) - Constructor for class de.schlichtherle.truezip.file.TFile
-
Constructs a new TFile
instance which may use the given archive
detector to scan the path name for prospective archive files.
- TFile(URI) - Constructor for class de.schlichtherle.truezip.file.TFile
-
Constructs a new TFile
instance from the given uri
.
- TFile(FsPath) - Constructor for class de.schlichtherle.truezip.file.TFile
-
Constructs a new TFile
instance from the given path
.
- TFile(FsPath, TArchiveDetector) - Constructor for class de.schlichtherle.truezip.file.TFile
-
Constructs a new TFile
instance for the given path
and
detector
.
- TFileChooser - Class in de.schlichtherle.truezip.file.swing
-
A custom
JFileChooser
which supports browsing archive files
like (virtual) directories.
- TFileChooser() - Constructor for class de.schlichtherle.truezip.file.swing.TFileChooser
-
- TFileChooser(TFile) - Constructor for class de.schlichtherle.truezip.file.swing.TFileChooser
-
- TFileChooser(TFileSystemView) - Constructor for class de.schlichtherle.truezip.file.swing.TFileChooser
-
- TFileChooser(TFile, TFileSystemView) - Constructor for class de.schlichtherle.truezip.file.swing.TFileChooser
-
- TFileComparator - Class in de.schlichtherle.truezip.file
-
Compares two files by their status and path name so that directories
are always ordered before other files.
- TFileComparator() - Constructor for class de.schlichtherle.truezip.file.TFileComparator
-
- TFileInputStream - Class in de.schlichtherle.truezip.file
-
A replacement for the class
FileInputStream
for reading plain old
files or entries in an archive file.
- TFileInputStream(String) - Constructor for class de.schlichtherle.truezip.file.TFileInputStream
-
Constructs a new input stream for reading plain old files or entries
in an archive file.
- TFileInputStream(File) - Constructor for class de.schlichtherle.truezip.file.TFileInputStream
-
Constructs a new input stream for reading plain old files or entries
in an archive file.
- TFileOutputStream - Class in de.schlichtherle.truezip.file
-
A replacement for the class
FileOutputStream
for writing plain old
files or entries in an archive file.
- TFileOutputStream(String) - Constructor for class de.schlichtherle.truezip.file.TFileOutputStream
-
Constructs a new output stream for writing plain old files or entries
in an archive file.
- TFileOutputStream(String, boolean) - Constructor for class de.schlichtherle.truezip.file.TFileOutputStream
-
Constructs a new output stream for writing plain old files or entries
in an archive file.
- TFileOutputStream(File) - Constructor for class de.schlichtherle.truezip.file.TFileOutputStream
-
Constructs a new output stream for writing plain old files or entries
in an archive file.
- TFileOutputStream(File, boolean) - Constructor for class de.schlichtherle.truezip.file.TFileOutputStream
-
Constructs a new output stream for writing plain old files or entries
in an archive file.
- TFileReader - Class in de.schlichtherle.truezip.file
-
A replacement for the class
FileReader
for reading plain old files
or entries in an archive file.
- TFileReader(File) - Constructor for class de.schlichtherle.truezip.file.TFileReader
-
Constructs a new TFile
reader.
- TFileReader(TFile) - Constructor for class de.schlichtherle.truezip.file.TFileReader
-
Constructs a new TFile
reader.
- TFileReader(File, Charset) - Constructor for class de.schlichtherle.truezip.file.TFileReader
-
Constructs a new TFile
reader.
- TFileReader(File, CharsetDecoder) - Constructor for class de.schlichtherle.truezip.file.TFileReader
-
Constructs a new TFile
reader.
- TFileReader(TFile, CharsetDecoder) - Constructor for class de.schlichtherle.truezip.file.TFileReader
-
Constructs a new TFile
reader.
- TFileSystem - Class in de.schlichtherle.truezip.nio.file
-
A
FileSystem
implementation based on the TrueZIP Kernel module.
- TFileSystemProvider - Class in de.schlichtherle.truezip.nio.file
-
- TFileSystemProvider.Parameter - Interface in de.schlichtherle.truezip.nio.file
-
Keys for environment maps.
- TFileSystemView - Class in de.schlichtherle.truezip.file.swing
-
A custom file system view required to browse archive files like (virtual)
directories with a
JFileChooser
.
- TFileSystemView() - Constructor for class de.schlichtherle.truezip.file.swing.TFileSystemView
-
- TFileSystemView(FileSystemView) - Constructor for class de.schlichtherle.truezip.file.swing.TFileSystemView
-
- TFileSystemView(FileSystemView, TArchiveDetector) - Constructor for class de.schlichtherle.truezip.file.swing.TFileSystemView
-
- TFileTree - Class in de.schlichtherle.truezip.file.swing
-
A custom
JTree
to browse files and directories.
- TFileTree() - Constructor for class de.schlichtherle.truezip.file.swing.TFileTree
-
Creates an empty TFileTree
with no root.
- TFileTree(TFile) - Constructor for class de.schlichtherle.truezip.file.swing.TFileTree
-
Creates a new TFileTree
which traverses the given
root root
file.
- TFileTree(TFileTreeModel) - Constructor for class de.schlichtherle.truezip.file.swing.TFileTree
-
- TFileTreeModel - Class in de.schlichtherle.truezip.file.swing
-
- TFileTreeModel(TFile, FileFilter, Comparator<? super TFile>) - Constructor for class de.schlichtherle.truezip.file.swing.TFileTreeModel
-
Creates a new TFileTreeModel
which browses the specified
root
file.
- TFileView - Class in de.schlichtherle.truezip.file.swing
-
An archive enabled file view.
- TFileView(FileView) - Constructor for class de.schlichtherle.truezip.file.swing.TFileView
-
Creates a new archive enabled file view.
- TFileWriter - Class in de.schlichtherle.truezip.file
-
A replacement for the class
FileWriter
for writing plain old files
or entries in an archive file.
- TFileWriter(File) - Constructor for class de.schlichtherle.truezip.file.TFileWriter
-
Constructs a new TFile
writer.
- TFileWriter(TFile) - Constructor for class de.schlichtherle.truezip.file.TFileWriter
-
Constructs a new TFile
writer.
- TFileWriter(File, boolean) - Constructor for class de.schlichtherle.truezip.file.TFileWriter
-
Constructs a new TFile
writer.
- TFileWriter(TFile, boolean) - Constructor for class de.schlichtherle.truezip.file.TFileWriter
-
Constructs a new TFile
writer.
- TFileWriter(File, boolean, Charset) - Constructor for class de.schlichtherle.truezip.file.TFileWriter
-
Constructs a new TFile
writer.
- TFileWriter(File, boolean, CharsetEncoder) - Constructor for class de.schlichtherle.truezip.file.TFileWriter
-
Constructs a new TFile
writer.
- TFileWriter(TFile, boolean, CharsetEncoder) - Constructor for class de.schlichtherle.truezip.file.TFileWriter
-
Constructs a new TFile
writer.
- ThreadGroups - Class in de.schlichtherle.truezip.util
-
- Threads - Class in de.schlichtherle.truezip.util
-
Static utility methods for
Thread
s.
- Throwables - Class in de.schlichtherle.truezip.util
-
- TNullFileView - Class in de.schlichtherle.truezip.file.swing
-
Extends
FileView
in order to make it instantiable.
- TNullFileView() - Constructor for class de.schlichtherle.truezip.file.swing.TNullFileView
-
- toAbsolutePath() - Method in class de.schlichtherle.truezip.nio.file.TPath
-
- toArray() - Method in class de.schlichtherle.truezip.util.CanonicalStringSet
-
- toArray(T[]) - Method in class de.schlichtherle.truezip.util.CanonicalStringSet
-
- toEnumSet() - Method in class de.schlichtherle.truezip.util.BitField
-
Returns a new set of enums containing the same bits as this instance.
- toFile() - Method in class de.schlichtherle.truezip.nio.file.TPath
-
Returns a new TFile
object for this path.
- toFsPath() - Method in class de.schlichtherle.truezip.file.TFile
-
Returns a file system path which is consistent with
TFile.toURI()
.
- toHierarchicalUri() - Method in class de.schlichtherle.truezip.fs.FsMountPoint
-
Returns a URI which is recursively transformed from the URI of this
mount point so that it's absolute and hierarchical.
- toHierarchicalUri() - Method in class de.schlichtherle.truezip.fs.FsPath
-
Returns a URI which is recursively transformed from the URI of this
path so that it's absolute and hierarchical.
- toNonArchiveFile() - Method in class de.schlichtherle.truezip.file.TFile
-
Returns a file object for the same path name, but does not detect any
archive file name patterns in the last path name segment.
- toNonArchivePath() - Method in class de.schlichtherle.truezip.nio.file.TPath
-
Returns a path object for the same path name, but does not detect any
archive file name patterns in the last path name segment.
- toPattern() - Method in class de.schlichtherle.truezip.util.SuffixSet
-
Returns a case insensitive regular expression to match (file) paths
against the suffixes in this set.
- toRealPath(LinkOption...) - Method in class de.schlichtherle.truezip.nio.file.TPath
-
- toString() - Method in enum de.schlichtherle.truezip.crypto.param.AesKeyStrength
-
- toString() - Method in interface de.schlichtherle.truezip.crypto.param.KeyStrength
-
Returns a localized display string representing this key strength.
- toString() - Method in enum de.schlichtherle.truezip.crypto.raes.Type0RaesParameters.KeyStrength
-
- toString() - Method in class de.schlichtherle.truezip.entry.DecoratingEntry
-
Returns a string representation of this object for debugging and logging
purposes.
- toString() - Method in class de.schlichtherle.truezip.entry.DecoratingEntryContainer
-
Returns a string representation of this object for debugging and logging
purposes.
- toString() - Method in class de.schlichtherle.truezip.entry.EntryName
-
- toString() - Method in enum de.schlichtherle.truezip.file.ExpertFeature.Level
-
- toString() - Method in enum de.schlichtherle.truezip.file.ExpertFeature.Reason
-
- toString() - Method in class de.schlichtherle.truezip.file.swing.TDecoratingFileSystemView
-
Returns a string representation of this object for debugging and logging
purposes.
- toString() - Method in class de.schlichtherle.truezip.file.swing.TDecoratingFileView
-
Returns a string representation of this object for debugging and logging
purposes.
- toString() - Method in class de.schlichtherle.truezip.file.TArchiveDetector
-
Returns the canonical suffix list for all federated file system
types recognized by this TArchiveDetector
.
- toString() - Method in class de.schlichtherle.truezip.file.TFile
-
- toString() - Method in class de.schlichtherle.truezip.fs.archive.tar.TarDriverEntry
-
Returns a string representation of this object for debugging and logging
purposes.
- toString() - Method in class de.schlichtherle.truezip.fs.archive.zip.ZipDriverEntry
-
Returns a string representation of this object for debugging and logging
purposes.
- toString(FsArchiveEntry) - Static method in class de.schlichtherle.truezip.fs.FsArchiveEntries
-
Returns a string representation of this object for debugging and logging
purposes.
- toString() - Method in class de.schlichtherle.truezip.fs.FsCharsetArchiveDriver
-
Returns a string representation of this object for debugging and logging
purposes.
- toString() - Method in class de.schlichtherle.truezip.fs.FsController
-
Returns a string representation of this object for debugging and logging
purposes.
- toString() - Method in class de.schlichtherle.truezip.fs.FsDecoratingController
-
- toString() - Method in class de.schlichtherle.truezip.fs.FsDecoratingManager
-
Returns a string representation of this object for debugging and logging
purposes.
- toString() - Method in class de.schlichtherle.truezip.fs.FsDecoratingModel
-
Returns a string representation of this object for debugging and logging
purposes.
- toString() - Method in class de.schlichtherle.truezip.fs.FsDriver
-
Returns a string representation of this object for debugging and logging
purposes.
- toString() - Method in class de.schlichtherle.truezip.fs.FsEntry
-
Returns a string representation of this object for debugging and logging
purposes.
- toString() - Method in class de.schlichtherle.truezip.fs.FsManager
-
Returns a string representation of this object for debugging and logging
purposes.
- toString() - Method in class de.schlichtherle.truezip.fs.FsModel
-
Returns a string representation of this object for debugging and logging
purposes.
- toString() - Method in class de.schlichtherle.truezip.fs.FsMountPoint
-
- toString() - Method in class de.schlichtherle.truezip.fs.FsPath
-
- toString() - Method in class de.schlichtherle.truezip.fs.FsScheme
-
- toString() - Method in class de.schlichtherle.truezip.fs.inst.InstrumentingCompositeDriver
-
- toString() - Method in class de.schlichtherle.truezip.fs.inst.InstrumentingIOPool
-
- toString() - Method in class de.schlichtherle.truezip.fs.spi.FsDriverService
-
Returns a string representation of this object for debugging and logging
purposes.
- toString() - Method in class de.schlichtherle.truezip.fs.spi.FsManagerDecorator
-
Returns a string representation of this object for debugging and logging
purposes.
- toString() - Method in class de.schlichtherle.truezip.fs.spi.FsManagerService
-
Returns a string representation of this object for debugging and logging
purposes.
- toString() - Method in class de.schlichtherle.truezip.io.DecoratingInputStream
-
Returns a string representation of this object for debugging and logging
purposes.
- toString() - Method in class de.schlichtherle.truezip.io.DecoratingOutputStream
-
Returns a string representation of this object for debugging and logging
purposes.
- toString() - Method in class de.schlichtherle.truezip.io.DecoratingSeekableByteChannel
-
Returns a string representation of this object for debugging and logging
purposes.
- toString() - Method in class de.schlichtherle.truezip.key.PromptingKeyManager
-
Returns a string representation of this object for debugging and logging
purposes.
- toString() - Method in class de.schlichtherle.truezip.key.SafeKeyManager
-
Returns a string representation of this object for debugging and logging
purposes.
- toString() - Method in class de.schlichtherle.truezip.key.spi.KeyManagerService
-
Returns a string representation of this object for debugging and logging
purposes.
- toString() - Method in class de.schlichtherle.truezip.nio.file.TPath
-
- toString() - Method in class de.schlichtherle.truezip.rof.DecoratingReadOnlyFile
-
Returns a string representation of this object for debugging and logging
purposes.
- toString() - Method in class de.schlichtherle.truezip.socket.DecoratingInputSocket
-
Returns a string representation of this object for debugging and logging
purposes.
- toString() - Method in class de.schlichtherle.truezip.socket.DecoratingOutputSocket
-
Returns a string representation of this object for debugging and logging
purposes.
- toString() - Method in class de.schlichtherle.truezip.socket.IOSocket
-
Returns a string representing a connection of the local and peer
targets.
- toString() - Method in class de.schlichtherle.truezip.socket.spi.IOPoolDecorator
-
Returns a string representation of this object for debugging and logging
purposes.
- toString() - Method in class de.schlichtherle.truezip.socket.spi.IOPoolService
-
Returns a string representation of this object for debugging and logging
purposes.
- toString() - Method in class de.schlichtherle.truezip.util.BitField
-
Returns a concatenation of the names of the bits in this field,
separated by "|"
.
- toString() - Method in class de.schlichtherle.truezip.util.CanonicalStringSet
-
Returns the string list in canonical form for this canonical string set.
- toString() - Method in class de.schlichtherle.truezip.util.UriBuilder
-
Returns a new URI string which conforms to the syntax constraints
defined in
RFC 2396
and its updates in
RFC 2732
for IPv6 addresses.
- toString() - Method in class de.schlichtherle.truezip.zip.ZipEntry
-
Returns a string representation of this object for debugging and logging
purposes.
- toUri() - Method in class de.schlichtherle.truezip.entry.EntryName
-
Returns the URI for this entry name.
- toURI() - Method in class de.schlichtherle.truezip.file.TFile
-
In case no prospective archive file has been detected in the path name
at construction time, this method behaves like its super class
implementation.
- toUri() - Method in class de.schlichtherle.truezip.fs.FsMountPoint
-
Returns the URI for this mount point.
- toUri() - Method in class de.schlichtherle.truezip.fs.FsPath
-
Returns the URI for this path.
- toUri() - Method in class de.schlichtherle.truezip.nio.file.TPath
-
- toUri() - Method in class de.schlichtherle.truezip.util.UriBuilder
-
Returns a new URI which conforms to the syntax constraints
defined in
RFC 2396
and its updates in
RFC 2732
for IPv6 addresses.
- toZipOrTarEntryName(String, Entry.Type) - Static method in class de.schlichtherle.truezip.fs.FsCharsetArchiveDriver
-
Fixes the given entry name
so that it forms a valid entry name
for ZIP or TAR files by ensuring that the returned entry name ends with
the separator character '/'
if and only if type
is
DIRECTORY
.
- TPath - Class in de.schlichtherle.truezip.nio.file
-
A
Path
implementation based on the TrueZIP Kernel module.
- TPath(String, String...) - Constructor for class de.schlichtherle.truezip.nio.file.TPath
-
Constructs a new path from the given path strings.
- TPath(URI) - Constructor for class de.schlichtherle.truezip.nio.file.TPath
-
Constructs a new path from the given hierarchical URI.
- TPath(File) - Constructor for class de.schlichtherle.truezip.nio.file.TPath
-
Constructs a new path from the given file.
- TPath(Path) - Constructor for class de.schlichtherle.truezip.nio.file.TPath
-
Constructs a new path from the given path.
- truncate(long) - Method in class de.schlichtherle.truezip.io.DecoratingSeekableByteChannel
-
- truncate(long) - Method in class de.schlichtherle.truezip.io.DisconnectingSeekableByteChannel
-
- truncate(long) - Method in class de.schlichtherle.truezip.io.SeekableByteBufferChannel
-
- TVFS - Class in de.schlichtherle.truezip.file
-
Static utility methods for virtual file system operations with global scope.
- Type0RaesParameters - Interface in de.schlichtherle.truezip.crypto.raes
-
The parameters of this interface are used with RAES type 0 files.
- Type0RaesParameters.KeyStrength - Enum in de.schlichtherle.truezip.crypto.raes
-
Enumerates the AES cipher key strenghts.