TrueZIP File* 7.4.3
A B 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.
TBIO - Class in de.schlichtherle.truezip.file
Provides fast bulk I/O operations for Files and TFiles.
TBIO() - Constructor for class de.schlichtherle.truezip.file.TBIO
You cannot instantiate this class.
TConfig - Class in de.schlichtherle.truezip.file
A container for configuration options with global or inheritable thread local scope.
TConfig() - Constructor for class de.schlichtherle.truezip.file.TConfig
Default constructor for the global configuration.
TConfig(TConfig) - Constructor for class de.schlichtherle.truezip.file.TConfig
Copy constructor for inheritable thread local configurations.
TConfig.Global - Class in de.schlichtherle.truezip.file
Holds the global configuration.
TConfig.Global() - Constructor for class de.schlichtherle.truezip.file.TConfig.Global
Make lint happy.
TConfig.InheritableThreadLocalConfigStack - Class in de.schlichtherle.truezip.file
An inheritable thread local configuration stack.
TConfig.InheritableThreadLocalConfigStack() - Constructor for class de.schlichtherle.truezip.file.TConfig.InheritableThreadLocalConfigStack
 
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.
TFile(FsMountPoint, TArchiveDetector) - Constructor for class de.schlichtherle.truezip.file.TFile
 
TFile(File, TFile, TArchiveDetector) - Constructor for class de.schlichtherle.truezip.file.TFile
 
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(TFile) - Constructor for class de.schlichtherle.truezip.file.TFileReader
 
TFileReader(TFile, CharsetDecoder) - Constructor for class de.schlichtherle.truezip.file.TFileReader
 
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.
TFileTree.Controller - Class in de.schlichtherle.truezip.file.swing
 
TFileTree.Controller() - Constructor for class de.schlichtherle.truezip.file.swing.TFileTree.Controller
 
TFileTreeCellRenderer - Class in de.schlichtherle.truezip.file.swing
A tree cell renderer which uses an instance of TFileSystemView to display the system icon for each node in a TFileTree if required.
TFileTreeCellRenderer(TFileTree) - Constructor for class de.schlichtherle.truezip.file.swing.TFileTreeCellRenderer
 
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(TFile) - Constructor for class de.schlichtherle.truezip.file.TFileWriter
 
TFileWriter(TFile, boolean) - Constructor for class de.schlichtherle.truezip.file.TFileWriter
 
TFileWriter(TFile, boolean, CharsetEncoder) - Constructor for class de.schlichtherle.truezip.file.TFileWriter
 
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().
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.
treeCollapsed(TreeExpansionEvent) - Method in class de.schlichtherle.truezip.file.swing.TFileTree.Controller
 
treeExpanded(TreeExpansionEvent) - Method in class de.schlichtherle.truezip.file.swing.TFileTree.Controller
 
typeDescription(File) - Static method in class de.schlichtherle.truezip.file.swing.TFileView
 
typeDescription(TFile) - Static method in class de.schlichtherle.truezip.file.swing.TFileView
 
A B C D E F G H I L M N O P R S T U V W 
TrueZIP File* 7.4.3

Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.