- cache - Variable in class de.schlichtherle.truezip.file.swing.TFileTreeModel
-
Used to cache the contents of directories.
- cancelEditing() - Method in class de.schlichtherle.truezip.file.swing.TFileTree
-
- canExecute() - Method in class de.schlichtherle.truezip.file.TFile
-
- canRead() - Method in class de.schlichtherle.truezip.file.TFile
-
- canWrite() - Method in class de.schlichtherle.truezip.file.TFile
-
- cat(InputStream, OutputStream) - Static method in class de.schlichtherle.truezip.file.TFile
-
Copies the data from the given input stream to the given output stream
without closing them.
- checkContains(File, File) - Static method in class de.schlichtherle.truezip.file.TBIO
-
Throws an IOException if and only if the path represented by
a contains the path represented by b, where a path is
said to contain another path if and only if it is equal or an ancestor
of the other path.
- childValue(Deque<TConfig>) - Method in class de.schlichtherle.truezip.file.TConfig.InheritableThreadLocalConfigStack
-
- CLASS_NAME - Static variable in class de.schlichtherle.truezip.file.swing.TFileView
-
- close() - Method in class de.schlichtherle.truezip.file.TConfig
-
Pops this configuration off the inheritable thread local stack.
- COLLATOR - Static variable in class de.schlichtherle.truezip.file.TFileComparator
-
A collator for file names which considers case according to the
platform's standard.
- compact() - Method in class de.schlichtherle.truezip.file.TFile
-
Compacts this archive file by removing any redundant archive entry
contents and meta data, including central directories.
- compact(TFile) - Static method in class de.schlichtherle.truezip.file.TFile
-
- comparator - Variable in class de.schlichtherle.truezip.file.swing.TFileTreeModel
-
A comparator for TFile or super classes.
- compare(File, File) - Method in class de.schlichtherle.truezip.file.TFileComparator
-
- compareTo(File) - Method in class de.schlichtherle.truezip.file.TFile
-
- configs - Static variable in class de.schlichtherle.truezip.file.TConfig
-
- contains(File) - Method in class de.schlichtherle.truezip.file.TFile
-
Returns true if and only if the path represented
by this instance contains the path represented by the given file,
where a path is said to contain another path if and only
if it's equal or an ancestor of the other path.
- contains(File, File) - Static method in class de.schlichtherle.truezip.file.TFile
-
Returns true if and only if the path represented
by a contains the path represented by b,
where a path is said to contain another path if and only
if it's equal or an ancestor of the other path.
- controller - Variable in class de.schlichtherle.truezip.file.swing.TFileTree
-
- controller - Variable in class de.schlichtherle.truezip.file.TFile
-
This refers to the file system controller if and only if this file
refers to a prospective archive file, otherwise it's null.
- convertValueToText(Object, boolean, boolean, boolean, int, boolean) - Method in class de.schlichtherle.truezip.file.swing.TFileTree
-
- cp(InputStream, TFile) - Method in class de.schlichtherle.truezip.file.swing.TFileTree
-
Forwards the call to the
TFileTreeModel
and scrolls the tree so that the copied node
is selected and visible.
- cp(TFile, TFile) - Method in class de.schlichtherle.truezip.file.swing.TFileTree
-
Forwards the call to the
TFileTreeModel
and scrolls the tree so that the copied node
is selected and visible.
- cp(InputStream, TFile) - Method in class de.schlichtherle.truezip.file.swing.TFileTreeModel
-
Copies in to node
and updates the tree accordingly.
- cp(TFile, TFile) - Method in class de.schlichtherle.truezip.file.swing.TFileTreeModel
-
Copies oldNode to node
and updates the tree accordingly.
- cp(boolean, File, File) - Static method in class de.schlichtherle.truezip.file.TBIO
-
Copies a single source file to a destination file.
- cp(InputStream, OutputStream) - Static method in class de.schlichtherle.truezip.file.TFile
-
Copies the data from the input stream in to the output stream
out and closes both streams - even if an exception occurs.
- cp(InputStream, File) - Static method in class de.schlichtherle.truezip.file.TFile
-
Copies the input stream in to the file dst and
closes the stream - even if an exception occurs.
- cp(File, OutputStream) - Static method in class de.schlichtherle.truezip.file.TFile
-
Copies the file src to the output stream out and
closes the stream - even if an exception occurs.
- cp(File) - Method in class de.schlichtherle.truezip.file.TFile
-
- cp(File, File) - Static method in class de.schlichtherle.truezip.file.TFile
-
Copies the file src to the file dst.
- cp0(boolean, File, File) - Static method in class de.schlichtherle.truezip.file.TBIO
-
Unchecked parameters version.
- cp_p(TFile, TFile) - Method in class de.schlichtherle.truezip.file.swing.TFileTree
-
Forwards the call to the
TFileTreeModel
and scrolls the tree so that the copied node
is selected and visible.
- cp_p(TFile, TFile) - Method in class de.schlichtherle.truezip.file.swing.TFileTreeModel
-
Copies oldNode to node
preserving its last modification time
and updates the tree accordingly.
- cp_p(File) - Method in class de.schlichtherle.truezip.file.TFile
-
- cp_p(File, File) - Static method in class de.schlichtherle.truezip.file.TFile
-
Copies the file src to the file dst and attempts to
copy all attributes of the source file to the destination file, too.
- cp_r(TFile, TFile) - Method in class de.schlichtherle.truezip.file.swing.TFileTree
-
Forwards the call to the
TFileTreeModel
and scrolls the tree so that the recursively copied node
is selected and visible.
- cp_r(TFile, TFile) - Method in class de.schlichtherle.truezip.file.swing.TFileTreeModel
-
Copies oldNode to node recursively
and updates the tree accordingly.
- cp_r(boolean, File, File, TArchiveDetector, TArchiveDetector) - Static method in class de.schlichtherle.truezip.file.TBIO
-
Recursively copies the source directory tree or file to the destination
directory tree or file.
- cp_r(File) - Method in class de.schlichtherle.truezip.file.TFile
-
- cp_r(File, File, TArchiveDetector) - Static method in class de.schlichtherle.truezip.file.TFile
-
- cp_r(File, File, TArchiveDetector, TArchiveDetector) - Static method in class de.schlichtherle.truezip.file.TFile
-
Recursively copies the file or directory src
to the file or directory dst.
- cp_r0(boolean, File, File, TArchiveDetector, TArchiveDetector) - Static method in class de.schlichtherle.truezip.file.TBIO
-
Unchecked parameters version.
- cp_rp(TFile, TFile) - Method in class de.schlichtherle.truezip.file.swing.TFileTree
-
Forwards the call to the
TFileTreeModel
and scrolls the tree so that the recursively copied node
is selected and visible.
- cp_rp(TFile, TFile) - Method in class de.schlichtherle.truezip.file.swing.TFileTreeModel
-
Copies oldNode to node recursively
preserving its last modification time
and updates the tree accordingly.
- cp_rp(File) - Method in class de.schlichtherle.truezip.file.TFile
-
- cp_rp(File, File, TArchiveDetector) - Static method in class de.schlichtherle.truezip.file.TFile
-
- cp_rp(File, File, TArchiveDetector, TArchiveDetector) - Static method in class de.schlichtherle.truezip.file.TFile
-
Recursively copies the file or directory src to the file or
directory dst and attempts to copy all attributes of each
source file to the destination file, too.
- createFileObject(File, String) - Method in class de.schlichtherle.truezip.file.swing.TDecoratingFileSystemView
-
- createFileObject(String) - Method in class de.schlichtherle.truezip.file.swing.TDecoratingFileSystemView
-
- createFileObject(File, String) - Method in class de.schlichtherle.truezip.file.swing.TFileSystemView
-
Creates a ZIP enabled file where necessary only,
otherwise the file system view delegate is used to create the file.
- createFileObject(String) - Method in class de.schlichtherle.truezip.file.swing.TFileSystemView
-
Creates a ZIP enabled file where necessary only,
otherwise the file system view delegate is used to create the file.
- createFileObject(File) - Method in class de.schlichtherle.truezip.file.swing.TFileSystemView
-
Creates a ZIP enabled file where necessary only,
otherwise the file is simply returned.
- createFileSystemRoot(File) - Method in class de.schlichtherle.truezip.file.swing.TDecoratingFileSystemView
-
- createNewFile(TFile) - Method in class de.schlichtherle.truezip.file.swing.TFileTree
-
Forwards the call to the
TFileTreeModel
and scrolls the tree so that the newly created file
is selected and visible.
- createNewFile(TFile) - Method in class de.schlichtherle.truezip.file.swing.TFileTreeModel
-
Creates node as a new file in the file system
and updates the tree accordingly.
- createNewFile() - Method in class de.schlichtherle.truezip.file.TFile
-
Creates a new, empty file similar to its superclass implementation.
- createNewFolder(File) - Method in class de.schlichtherle.truezip.file.swing.TDecoratingFileSystemView
-
- createNewFolder(File) - Method in class de.schlichtherle.truezip.file.swing.TFileSystemView
-
- CURRENT_DIRECTORY - Static variable in class de.schlichtherle.truezip.file.TFile
-