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

U

umount() - Static method in class de.schlichtherle.truezip.file.TFile
Equivalent to sync(FsController.UMOUNT).
umount(boolean) - Static method in class de.schlichtherle.truezip.file.TFile
Equivalent to sync( BitField.of(FsSyncOption.CLEAR_CACHE) .set(FsSyncOption.FORCE_CLOSE_INPUT, closeStreams) .set(FsSyncOption.FORCE_CLOSE_OUTPUT, closeStreams)) .
umount(boolean, boolean, boolean, boolean) - Static method in class de.schlichtherle.truezip.file.TFile
Equivalent to sync( BitField.of(FsSyncOption.CLEAR_CACHE) .set(FsSyncOption.WAIT_CLOSE_INPUT, waitForInputStreams) .set(FsSyncOption.FORCE_CLOSE_INPUT, closeInputStreams) .set(FsSyncOption.WAIT_CLOSE_OUTPUT, waitForOutputStreams) .set(FsSyncOption.FORCE_CLOSE_OUTPUT, closeOutputStreams)) .
umount(TFile) - Static method in class de.schlichtherle.truezip.file.TFile
Equivalent to sync(archive, BitField.of(FsController.UMOUNT)) .
umount(TFile, boolean) - Static method in class de.schlichtherle.truezip.file.TFile
Equivalent to sync( archive, BitField.of(FsSyncOption.CLEAR_CACHE) .set(FsSyncOption.FORCE_CLOSE_INPUT, closeStreams) .set(FsSyncOption.FORCE_CLOSE_OUTPUT, closeStreams)) .
umount(TFile, boolean, boolean, boolean, boolean) - Static method in class de.schlichtherle.truezip.file.TFile
Equivalent to sync( archive, BitField.of(FsSyncOption.CLEAR_CACHE) .set(FsSyncOption.WAIT_CLOSE_INPUT, waitForInputStreams) .set(FsSyncOption.FORCE_CLOSE_INPUT, closeInputStreams) .set(FsSyncOption.WAIT_CLOSE_OUTPUT, waitForOutputStreams) .set(FsSyncOption.FORCE_CLOSE_OUTPUT, closeOutputStreams)) .
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.

TrueZIP File* 7.0-rc1
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.