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

T

TArchiveDetector - Class in de.schlichtherle.truezip.file
Detects a prospective archive file by matching its path name against a pattern of file name suffixes like .zip et al and looks up its corresponding file system driver by using a file system driver provider.
TArchiveDetector(String) - Constructor for class de.schlichtherle.truezip.file.TArchiveDetector
Equivalent to TArchiveDetector(FsDriverLocator.SINGLETON, suffixes).
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
Equivalent to TArchiveDetector(TArchiveDetector.NULL, suffixes, driver).
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 configuration of delegate 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.
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 TArchiveDetector to detect any archive files in its path.
TFile(String) - Constructor for class de.schlichtherle.truezip.file.TFile
Equivalent to new TFile(path, getDefaultArchiveDetector()).
TFile(String, TArchiveDetector) - Constructor for class de.schlichtherle.truezip.file.TFile
Constructs a new TFile instance which uses the given TArchiveDetector to detect any archive files in its path.
TFile(String, String) - Constructor for class de.schlichtherle.truezip.file.TFile
Equivalent to new TFile(parent, child, getDefaultArchiveDetector()).
TFile(String, String, TArchiveDetector) - Constructor for class de.schlichtherle.truezip.file.TFile
Constructs a new TFile instance which uses the given TArchiveDetector to detect any archive files in its path.
TFile(File, String) - Constructor for class de.schlichtherle.truezip.file.TFile
Equivalent to new TFile(parent, child, null).
TFile(File, String, TArchiveDetector) - Constructor for class de.schlichtherle.truezip.file.TFile
Constructs a new TFile instance which uses the given TArchiveDetector to detect any archive files in its path and configure their parameters.
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
 
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 TFileChooser 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
 
ThreadLocalMatcher - Class in de.schlichtherle.truezip.file
A thread local Matcher.
ThreadLocalMatcher(Pattern) - Constructor for class de.schlichtherle.truezip.file.ThreadLocalMatcher
Constructs a new thread local matcher by using the given pattern.
TNullFileView - Class in de.schlichtherle.truezip.file.swing
Extends its super class 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
 
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
 
toURL() - Method in class de.schlichtherle.truezip.file.TFile
Deprecated. 
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
 

TrueZIP File* 7.0
A B C D E F G H I L M N O P R S T U V W
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.