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

I

IBM437Charset - Class in de.schlichtherle.nio.charset
The IBM437 character set, also known as CP437.
IBM437Charset() - Constructor for class de.schlichtherle.nio.charset.IBM437Charset
 
in - Variable in class de.schlichtherle.io.util.SynchronizedInputStream
The decorated input stream.
increment() - Method in class de.schlichtherle.util.ThreadLocalCounter
 
init(SeekableBlockCipher, long, long) - Method in class de.schlichtherle.crypto.io.CipherReadOnlyFile
Initializes this cipher read only file - must be called before first read access!
init(boolean, CipherParameters) - Method in class de.schlichtherle.crypto.modes.SICSeekableBlockCipher
 
initCause(Throwable) - Method in exception de.schlichtherle.io.ChainableIOException
Calls initCause((IOException) cause).
initCause(IOException) - Method in exception de.schlichtherle.io.ChainableIOException
 
initialValue() - Method in class de.schlichtherle.util.regex.ThreadLocalMatcher
 
initialValue() - Method in class de.schlichtherle.util.ThreadLocalCounter
 
initialValue() - Method in class de.schlichtherle.util.ThreadLocalLong
 
InputArchive - Interface in de.schlichtherle.io.archive.spi
Defines the interface used to read entries from an archive file.
InputArchiveBusyException - Exception in de.schlichtherle.io.archive.spi
Thrown to indicate that the InputArchive.getInputStream(de.schlichtherle.io.archive.spi.ArchiveEntry, de.schlichtherle.io.archive.spi.ArchiveEntry) method failed because the archive is already busy on input.
InputArchiveBusyException(ArchiveEntry) - Constructor for exception de.schlichtherle.io.archive.spi.InputArchiveBusyException
Constructs an instance of InputArchiveBusyException with the specified archive entry.
InputArchiveMetaData - Class in de.schlichtherle.io
This class is not intended for public use!
InputIOException - Exception in de.schlichtherle.io
Thrown if an IOException happened on the input side rather than the output side when copying an InputStream to an OutputStream.
InputIOException(IOException) - Constructor for exception de.schlichtherle.io.InputIOException
Constructs a new InputIOException.
invalidOpenKey() - Method in class de.schlichtherle.key.AbstractKeyProvider
This method logs the current time for the current thread, which is later used by AbstractKeyProvider.getOpenKey() to enforce the suspension penalty and then calls AbstractKeyProvider.invalidOpenKeyImpl().
invalidOpenKey() - Method in interface de.schlichtherle.key.KeyProvider
Called to indicate that authentication of the key returned by KeyProvider.getOpenKey() has failed and to request an entirely different key.
InvalidOpenKeyFeedback - Interface in de.schlichtherle.key.passwd.swing
Deprecated.  
invalidOpenKeyImpl() - Method in class de.schlichtherle.key.AbstractKeyProvider
Sublasses must implement this method.
invalidOpenKeyImpl() - Method in class de.schlichtherle.key.PromptingKeyProvider
Called to indicate that authentication of the key returned by AbstractKeyProvider.getOpenKey() has failed and to request an entirely different key.
invalidOpenPasswd() - Method in interface de.schlichtherle.crypto.io.raes.Type0RaesParameters
Callback to report that the password returned by Type0RaesParameters.getOpenPasswd() is wrong.
invokeAndWait(Runnable, boolean, long) - Static method in class de.schlichtherle.awt.EventQueue
 
invokeAndWaitUninterruptibly(Runnable) - Static method in class de.schlichtherle.awt.EventQueue
Equivalent to invokeAndWaitUninterruptibly(task, 0), but cannot throw an EventDispatchTimeoutException.
invokeAndWaitUninterruptibly(Runnable, long) - Static method in class de.schlichtherle.awt.EventQueue
Invokes the given task on the AWT Event Dispatching Thread (EDT) and waits until it's finished.
isAbsolute() - Method in class de.schlichtherle.io.File
 
isArchive() - Method in class de.schlichtherle.io.File
Returns true if and only if the path represented by this instance denotes an archive file.
isBusy() - Method in class de.schlichtherle.io.archive.zip.ZipOutputArchive
Returns whether this output archive is busy writing an archive entry or not.
isBusy() - Method in class de.schlichtherle.util.zip.BasicZipOutputStream
Returns true if and only if this BasicZipOutputStream is currently writing a ZIP entry.
isBusy() - Method in class de.schlichtherle.util.zip.ZipOutputStream
 
isComputerNode(File) - Method in class de.schlichtherle.io.swing.FileSystemView
 
isDirectory() - Method in interface de.schlichtherle.io.archive.spi.ArchiveEntry
Returns true if and only if this entry represents a directory.
isDirectory() - Method in class de.schlichtherle.io.archive.spi.RfsEntry
Returns whether the file is a directory or not.
isDirectory() - Method in class de.schlichtherle.io.File
Similar to its super class implementation, but returns true for a valid archive file.
isDirectory() - Method in class de.schlichtherle.util.zip.ZipEntry
Returns true if and only if this ZIP entry represents a directory entry (i.e. end with '/').
isDisplayingSuffixes() - Method in class de.schlichtherle.io.swing.JFileTree
Getter for bound property displayingSuffixes.
isDrive(File) - Method in class de.schlichtherle.io.swing.FileSystemView
 
isEditing() - Method in class de.schlichtherle.io.swing.JFileTree
 
isEditingSuffixes() - Method in class de.schlichtherle.io.swing.JFileTree
Getter for bound property editingSuffixes.
isEmpty() - Method in class de.schlichtherle.util.CanonicalStringSet
 
isEntry() - Method in class de.schlichtherle.io.File
Returns true if and only if the path represented by this instance names an archive file as an ancestor.
isFile() - Method in class de.schlichtherle.io.File
Similar to its super class implementation, but returns false for a valid archive file.
isFileSystem(File) - Method in class de.schlichtherle.io.swing.FileSystemView
 
isFileSystemRoot() - Method in class de.schlichtherle.io.File
Returns true if and only if this file denotes a file system root or a UNC (if running on the Windows platform).
isFileSystemRoot(File) - Method in class de.schlichtherle.io.swing.FileSystemView
 
isFloppyDrive(File) - Method in class de.schlichtherle.io.swing.FileSystemView
 
isHidden() - Method in class de.schlichtherle.io.File
 
isHiddenFile(File) - Method in class de.schlichtherle.io.swing.FileSystemView
 
isKeyChangeRequested() - Method in class de.schlichtherle.key.passwd.swing.OpenKeyPanel
Getter for property changeKeyRequested.
isLeaf(Object) - Method in class de.schlichtherle.io.swing.tree.FileTreeModel
 
isLenient() - Static method in class de.schlichtherle.io.File
Returns the value of the class property lenient.
isParent(File, File) - Method in class de.schlichtherle.io.swing.FileSystemView
 
isParentOf(File) - Method in class de.schlichtherle.io.File
Returns true if and only if the path represented by this instance is a direct or indirect parent of the path represented by the specified file.
isPrompting() - Static method in class de.schlichtherle.key.PromptingKeyManager
Returns true if and only if prompting mode is enabled.
isPromptingImpl() - Method in class de.schlichtherle.key.passwd.console.PromptingKeyManager
 
isPromptingImpl() - Method in class de.schlichtherle.key.passwd.swing.PromptingKeyManager
 
isPromptingImpl() - Method in class de.schlichtherle.key.PromptingKeyManager
Called by PromptingKeyManager.isPrompting() on the default key manager instance in order to implement its behaviour and allow subclasses to override it.
isRoot(File) - Method in class de.schlichtherle.io.swing.FileSystemView
 
isTargetBusy() - Method in class de.schlichtherle.io.archive.spi.MultiplexedOutputArchive
Returns whether the target output archive is busy writing an archive entry or not.
isTargetBusy() - Method in class de.schlichtherle.io.archive.zip.OdfOutputArchive
 
isTraversable(File) - Method in class de.schlichtherle.io.swing.FileSystemView
 
isTraversable(File) - Method in class de.schlichtherle.io.swing.JFileChooser
 
isUNC() - Method in class de.schlichtherle.io.File
Returns true if and only if this file denotes a UNC.
isUNC(String) - Static method in class de.schlichtherle.io.File
Deprecated. This method will be made private in the next major version.
iterator() - Method in class de.schlichtherle.util.CanonicalStringSet
Returns a new iterator for all canonical string elements in this set.

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