- umount() - Static method in class de.schlichtherle.truezip.file.TFile
-
Commits all unsynchronized changes to the contents of all federated file
systems (i.e. prospective archive files) to their respective parent file
system, releases the associated resources (i.e. target archive files)
for access by third parties (e.g. other processes), cleans up any
temporary allocated resources (e.g. temporary files) and purges any
cached data.
- umount(boolean) - Static method in class de.schlichtherle.truezip.file.TFile
-
Commits all unsynchronized changes to the contents of all federated file
systems (i.e. prospective archive files) to their respective parent file
system, releases the associated resources (i.e. target archive files)
for access by third parties (e.g. other processes), cleans up any
temporary allocated resources (e.g. temporary files) and purges any
cached data.
- umount(boolean, boolean, boolean, boolean) - Static method in class de.schlichtherle.truezip.file.TFile
-
Commits all unsynchronized changes to the contents of all federated file
systems (i.e. prospective archive files) to their respective parent file
system, releases the associated resources (i.e. target archive files)
for access by third parties (e.g. other processes), cleans up any
temporary allocated resources (e.g. temporary files) and purges any
cached data.
- umount(TFile) - Static method in class de.schlichtherle.truezip.file.TFile
-
Commits all unsynchronized changes to the contents of the federated file
system (i.e. prospective archive files) identified by archive
and all its member federated file systems to their respective parent
system, releases the associated resources (i.e. target archive files)
for access by third parties (e.g. other processes), cleans up any
temporary allocated resources (e.g. temporary files) and purges any
cached data.
- umount(TFile, boolean) - Static method in class de.schlichtherle.truezip.file.TFile
-
Commits all unsynchronized changes to the contents of the federated file
system (i.e. prospective archive files) identified by archive
and all its member federated file systems to their respective parent
system, releases the associated resources (i.e. target archive files)
for access by third parties (e.g. other processes), cleans up any
temporary allocated resources (e.g. temporary files) and purges any
cached data.
- umount(TFile, boolean, boolean, boolean, boolean) - Static method in class de.schlichtherle.truezip.file.TFile
-
Commits all unsynchronized changes to the contents of the federated file
system (i.e. prospective archive files) identified by archive
and all its member federated file systems to their respective parent
system, releases the associated resources (i.e. target archive files)
for access by third parties (e.g. other processes), cleans up any
temporary allocated resources (e.g. temporary files) and purges any
cached data.
- UNC_PREFIX - Static variable in class de.schlichtherle.truezip.file.TFile
-
The prefix of a UNC (a Windows concept).
- unwrap(File) - Method in class de.schlichtherle.truezip.file.swing.TFileSystemView
-
Ensures that the returned file object is an instance of
File,
not
TFile.