TrueZIP File* 7.6
A C D E F G H I L M N O P R S T U V W 

T

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
 
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.
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.
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.
TFileBeanInfo - Class in de.schlichtherle.truezip.file
Provides a persistence delegate to support XMLEncoder/XMLDecoder.
TFileBeanInfo() - Constructor for class de.schlichtherle.truezip.file.TFileBeanInfo
 
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.
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
Creates a new TFileTree which traverses the given TFileTreeModel.
TFileTreeModel - Class in de.schlichtherle.truezip.file.swing
A TreeModel which traverses TFile instances.
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.
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
 
toFsPath() - Method in class de.schlichtherle.truezip.file.TFile
Returns a file system path which is consistent with TFile.toURI().
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.
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
 
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.
TVFS - Class in de.schlichtherle.truezip.file
Static utility methods for virtual file system operations with global scope.
A C D E F G H I L M N O P R S T U V W 
TrueZIP File* 7.6

Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.