TrueZIP 6.8.2
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

UByte - Class in de.schlichtherle.util.zip
Provides constants and static utility methods for unsigned byte integer values (8 bits).
UByte() - Constructor for class de.schlichtherle.util.zip.UByte
This class cannot get instantiated.
ui - Variable in class de.schlichtherle.key.PromptingKeyProvider
The user interface instance which is used to prompt the user for a key.
UInt - Class in de.schlichtherle.util.zip
Provides constants and static utility methods for unsigned integer values (32 bits).
UInt() - Constructor for class de.schlichtherle.util.zip.UInt
This class cannot get instantiated.
ULong - Class in de.schlichtherle.util.zip
Provides constants and static utility methods for unsigned long integer values (63 bits).
ULong() - Constructor for class de.schlichtherle.util.zip.ULong
This class cannot get instantiated.
umount(ArchiveException, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class de.schlichtherle.io.ArchiveController
Synchronizes the contents of the target archive file managed by this archive controller to the real file system.
umount(String, boolean, boolean, boolean, boolean, boolean) - Static method in class de.schlichtherle.io.ArchiveControllers
Updates all archive files in the real file system which's canonical path name start with prefix with the contents of their virtual file system, resets all cached state and deletes all temporary files.
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.
umount(ArchiveException, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class de.schlichtherle.io.UpdatingArchiveController
 
umount0(ArchiveException, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class de.schlichtherle.io.UpdatingArchiveController
 
uncPrefix - Static variable in class de.schlichtherle.io.File
The prefix of a UNC (a Windows concept).
unjarFileURI(URI) - Static method in class de.schlichtherle.io.File
Converts a (jar:)*file: URI to a plain file: URI or returns the provided URI again if it doesn't match this pattern.
unjarFileURI0(URI) - Static method in class de.schlichtherle.io.File
 
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.
unknownCreateKeyFeedback - Variable in class de.schlichtherle.key.passwd.swing.PromptingKeyProviderUI
 
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() - Constructor for exception de.schlichtherle.key.UnknownKeyException
 
UnknownKeyException(String) - Constructor for exception de.schlichtherle.key.UnknownKeyException
 
unknownOpenKeyFeedback - Variable in class de.schlichtherle.key.passwd.swing.PromptingKeyProviderUI
 
UnknownOpenKeyFeedback - Interface in de.schlichtherle.key.passwd.swing
Deprecated.  
unlink(String) - Method in class de.schlichtherle.io.ArchiveFileSystem
If this method returns, the entry identified by the given entryName has been successfully deleted from the virtual archive file system.
unlock() - Method in interface de.schlichtherle.io.ReentrantLock
Releases this lock.
unlock() - Method in class de.schlichtherle.io.ReentrantReadWriteLock.AbstractLock
 
unlock() - Method in class de.schlichtherle.io.ReentrantReadWriteLock.ReadLock
 
unlock() - Method in class de.schlichtherle.io.ReentrantReadWriteLock.WriteLock
 
unlock() - Method in class de.schlichtherle.swing.AbstractComboBoxBrowser
Unlocks mutual recursive event notification.
unlockRead() - Method in class de.schlichtherle.io.ReentrantReadWriteLock
 
unlockWrite() - Method in class de.schlichtherle.io.ReentrantReadWriteLock
 
unmapKeyProvider(String) - Static method in class de.schlichtherle.key.KeyManager
Removes the key provider for the given resource identifier from the map.
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.
unwrap(ArchiveController, String, boolean) - Method in class de.schlichtherle.io.UpdatingArchiveController
 
unwrapFromLockedController(ArchiveController, String, boolean) - Method in class de.schlichtherle.io.UpdatingArchiveController
 
update() - Method in class de.schlichtherle.crypto.generators.DigestRandom
 
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(DefaultComboBoxModel, File, String) - Static method in class de.schlichtherle.io.swing.FileComboBoxBrowser
 
update(ArchiveException) - Method in class de.schlichtherle.io.UpdatingArchiveController
Updates all nodes in the virtual file system to the (temporary) output archive file.
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.
updateCounter() - Method in class de.schlichtherle.crypto.modes.SICSeekableBlockCipher
 
updateEditor(ComboBoxEditor, Object) - Method in class de.schlichtherle.swing.AbstractComboBoxBrowser
 
UpdatingArchiveController - Class in de.schlichtherle.io
This archive controller implements the mounting/unmounting strategy by performing a full update of the target archive file.
UpdatingArchiveController(File, ArchiveController, String, ArchiveDriver) - Constructor for class de.schlichtherle.io.UpdatingArchiveController
 
UShort - Class in de.schlichtherle.util.zip
Provides constants and static utility methods for unsigned short integer values (16 bits).
UShort() - Constructor for class de.schlichtherle.util.zip.UShort
This class cannot get instantiated.
UTF8 - Static variable in interface de.schlichtherle.util.zip.ZIP
 

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