A B C D E F G H I J K L M N O P Q R S T U V W Z

U

umount() - Static method in class de.schlichtherle.io.File
Equivalent to umount(false, true, false, true).
umount(boolean) - Static method in class de.schlichtherle.io.File
Equivalent to umount(false, closeStreams, false, closeStreams).
umount(boolean, boolean, boolean, boolean) - Static method in class de.schlichtherle.io.File
Updates all archive files in the real file system with the contents of their virtual file system, resets all cached state and deletes all temporary files.
umount(File) - Static method in class de.schlichtherle.io.File
Equivalent to umount(archive, false, true, false, true).
umount(File, boolean) - Static method in class de.schlichtherle.io.File
Equivalent to umount(archive, false, closeStreams, false, closeStreams).
umount(File, boolean, boolean, boolean, boolean) - Static method in class de.schlichtherle.io.File
Similar to umount(waitInputStreams, closeInputStreams, waitOutputStreams, closeOutputStreams), but will only update the given archive and all its enclosed (nested) archives.
UNKNOWN - Static variable in interface de.schlichtherle.io.archive.spi.ArchiveEntry
The unknown value for numeric properties.
UNKNOWN - Static variable in class de.schlichtherle.io.archive.zip.Zip32Entry
Deprecated.  
UNKNOWN - Static variable in class de.schlichtherle.io.archive.zip.ZipEntry
The unknown value for numeric properties.
UNKNOWN - Static variable in class de.schlichtherle.util.zip.ZipEntry
The unknown value for numeric properties.
UnknownKeyException - Exception in de.schlichtherle.key
Thrown to indicate that the retrieval of the key to open or create a protected resource has failed.
UnknownKeyException(String) - Constructor for exception de.schlichtherle.key.UnknownKeyException
 
UnknownOpenKeyFeedback - Interface in de.schlichtherle.key.passwd.swing
Deprecated.  
UnsafeZip32RaesDriver - Class in de.schlichtherle.io.archive.zip.raes
Deprecated. Use UnsafeZipRaesDriver instead.
UnsafeZip32RaesDriver() - Constructor for class de.schlichtherle.io.archive.zip.raes.UnsafeZip32RaesDriver
Deprecated.  
UnsafeZipRaesDriver - Class in de.schlichtherle.io.archive.zip.raes
Deprecated. This class exists for testing purposes only. Client applications should use SafeZipRaesDriver instead.
UnsafeZipRaesDriver() - Constructor for class de.schlichtherle.io.archive.zip.raes.UnsafeZipRaesDriver
Deprecated.  
unwrap(File) - Method in class de.schlichtherle.io.swing.FileSystemView
Unwraps the delegate of a possibly archive enabled file.
update() - Static method in class de.schlichtherle.io.File
Equivalent to update(false, true, false, true).
update(boolean) - Static method in class de.schlichtherle.io.File
Equivalent to update(false, closeStreams, false, closeStreams).
update(boolean, boolean, boolean, boolean) - Static method in class de.schlichtherle.io.File
Like umount(waitInputStreams, closeInputStreams, waitOutputStreams, closeOutputStreams), but may retain some temporary files in order to speed up subsequent access to their archive files again.
update(File) - Static method in class de.schlichtherle.io.File
Equivalent to update(archive, false, true, false, true).
update(File, boolean) - Static method in class de.schlichtherle.io.File
Equivalent to update(archive, false, closeStreams, false, closeStreams).
update(File, boolean, boolean, boolean, boolean) - Static method in class de.schlichtherle.io.File
Similar to update(waitInputStreams, closeInputStreams, waitOutputStreams, closeOutputStreams), but will only update the given archive and all its enclosed (nested) archives.
update(String) - Method in class de.schlichtherle.io.swing.FileComboBoxBrowser
Interpretes the specified initials as the initial characters of an absolute or relative path name of a node in the file system and updates the contents of the combo box model with possible completions.
update(String) - Method in class de.schlichtherle.swing.AbstractComboBoxBrowser
Subclasses are expected to update the auto completion elements in the model of this combo box based on the specified initials.

A B C D E F G H I J K L M N O P Q R S T U V W Z