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

A

AbstractArchiveDetector - Class in de.schlichtherle.io
Implements the FileFactory part of the ArchiveDetector interface.
AbstractArchiveDetector() - Constructor for class de.schlichtherle.io.AbstractArchiveDetector
 
AbstractArchiveDriver - Class in de.schlichtherle.io.archive.spi
An abstract archive driver implementation to ease the task of developing an archive driver.
AbstractArchiveDriver(String, Icon, Icon) - Constructor for class de.schlichtherle.io.archive.spi.AbstractArchiveDriver
Constructs a new abstract archive driver.
AbstractArchiveDriver.InconsistentCharsetSupportError - Error in de.schlichtherle.io.archive.spi
Thrown to indicate that the character set implementation in the Java Runtime Environment (JRE) for the Java Standard Edition (JSE) is broken and needs fixing.
AbstractArchiveDriver.InconsistentCharsetSupportError(String, Exception) - Constructor for error de.schlichtherle.io.archive.spi.AbstractArchiveDriver.InconsistentCharsetSupportError
 
AbstractArchiveDriver.ThreadLocalEncoder - Class in de.schlichtherle.io.archive.spi
 
AbstractArchiveDriver.ThreadLocalEncoder() - Constructor for class de.schlichtherle.io.archive.spi.AbstractArchiveDriver.ThreadLocalEncoder
 
AbstractComboBoxBrowser - Class in de.schlichtherle.swing
An observer for a JComboBox which provides auto completion for the editable text in the drop down list in order to provide quick browsing capabilities for the user.
AbstractComboBoxBrowser() - Constructor for class de.schlichtherle.swing.AbstractComboBoxBrowser
Creates a new combo box auto completion browser.
AbstractComboBoxBrowser(JComboBox) - Constructor for class de.schlichtherle.swing.AbstractComboBoxBrowser
Creates a new combo box auto completion browser.
AbstractComboBoxBrowser.ComboBoxEditorProxy - Class in de.schlichtherle.swing
This proxy controls access to the real ComboBoxEditor installed by the client application or the pluggable look and feel.
AbstractComboBoxBrowser.ComboBoxEditorProxy(ComboBoxEditor) - Constructor for class de.schlichtherle.swing.AbstractComboBoxBrowser.ComboBoxEditorProxy
 
AbstractComboBoxBrowser.Listener - Class in de.schlichtherle.swing
 
AbstractComboBoxBrowser.Listener() - Constructor for class de.schlichtherle.swing.AbstractComboBoxBrowser.Listener
 
AbstractKeyProvider - Class in de.schlichtherle.key
This abstract class implements the base functionality required to be a "friendly" KeyProvider.
AbstractKeyProvider() - Constructor for class de.schlichtherle.key.AbstractKeyProvider
 
AbstractReadOnlyFile - Class in de.schlichtherle.io.rof
A base class for ReadOnlyFile implementations which implements the common boilerplate.
AbstractReadOnlyFile() - Constructor for class de.schlichtherle.io.rof.AbstractReadOnlyFile
 
AbstractSfxDriver - Class in de.schlichtherle.io.archive.zip
An archive driver which builds Self Executable (SFX/EXE) ZIP files.
AbstractSfxDriver(String, Icon, Icon, boolean, int) - Constructor for class de.schlichtherle.io.archive.zip.AbstractSfxDriver
Constructs a new abstract SFX/EXE driver which allows for a preamble.
AbstractZip32RaesDriver - Class in de.schlichtherle.io.archive.zip.raes
Deprecated. Use AbstractZipRaesDriver instead.
AbstractZip32RaesDriver(Icon, Icon, boolean, boolean, int, long) - Constructor for class de.schlichtherle.io.archive.zip.raes.AbstractZip32RaesDriver
Deprecated.  
AbstractZipRaesDriver - Class in de.schlichtherle.io.archive.zip.raes
An abstract archive driver which builds RAES encrypted ZIP files and optionally authenticates the cipher data of the input archive files presented to it.
AbstractZipRaesDriver(Icon, Icon, boolean, boolean, int, long) - Constructor for class de.schlichtherle.io.archive.zip.raes.AbstractZipRaesDriver
Constructs a new abstract ZIP.RAES driver which uses the given byte size to trigger verification of the Message Authentication Code (MAC).
actualCrc - Variable in exception de.schlichtherle.util.zip.CRC32Exception
 
add(Object) - Method in class de.schlichtherle.util.CanonicalStringSet
Adds the canonical form of all strings in the given list to this set.
addActionListener(ActionListener) - Method in class de.schlichtherle.swing.AbstractComboBoxBrowser.ComboBoxEditorProxy
 
addAll(CanonicalStringSet) - Method in class de.schlichtherle.util.CanonicalStringSet
Adds all canonical strings in the given set to this set after they have been canonicalized by this set again.
addAll(String) - Method in class de.schlichtherle.util.CanonicalStringSet
Adds the canonical form of all strings in the given list to this set.
addDummy() - Method in class de.schlichtherle.util.zip.BasicZipFile.IntervalInputStream
Inflater needs an extra dummy byte for nowrap - see Inflater's javadocs.
addDummyByte - Variable in class de.schlichtherle.util.zip.BasicZipFile.IntervalInputStream
 
addPanelListener(PanelListener) - Method in class de.schlichtherle.swing.EnhancedPanel
Adds the listener to the list of receivers for PanelEvents.
addToKeyManager(String) - Method in class de.schlichtherle.key.AbstractKeyProvider
Maps this instance as the key provider for the given resource identifier in the KeyManager.
addToKeyManager(String) - Method in class de.schlichtherle.key.PromptingKeyProvider
Like the super class implementation, but throws an IllegalStateException if this instance is already mapped for another resource identifier.
addTreeModelListener(TreeModelListener) - Method in class de.schlichtherle.io.swing.tree.FileTreeModel
Adds a listener to this model.
advance() - Method in class de.schlichtherle.util.CanonicalStringSet.CanonicalStringIterator
 
AES_BLOCK_SIZE - Static variable in interface de.schlichtherle.crypto.io.raes.RAES
The block size of the Advanced Encryption Specification (AES) Algorithm in bits (128).
AesKeyProvider - Interface in de.schlichtherle.key
A KeyProvider which allows to select the cipher key strength when creating a new AES encrypted resource or replacing the entire contents of an already existing AES encrypted resource.
AesKeyStrengthPanel - Class in de.schlichtherle.key.passwd.swing
A panel which allows the user to select the key strength for the AES cipher.
AesKeyStrengthPanel() - Constructor for class de.schlichtherle.key.passwd.swing.AesKeyStrengthPanel
Creates new form AesKeyStrengthPanel
aesKeyStrengthPanel - Variable in class de.schlichtherle.key.passwd.swing.PromptingAesKeyProviderUI
Deprecated. This field is not used anymore and will be removed for the next major release number.
ALIASES - Static variable in class de.schlichtherle.nio.charset.IBM437Charset
 
align(StringBuffer, long, int) - Method in class de.schlichtherle.io.samples.NZip
 
ALL - Static variable in interface de.schlichtherle.io.ArchiveDetector
Recognizes all archive file suffixes registerd in the global registry by the configuration file(s).
ALL_SUFFIXES - Static variable in class de.schlichtherle.io.DefaultArchiveDetector
Deprecated. This field is not for public use and will vanish private access in the next major release. Use ArchiveDetector.ALL.getSuffixes() instead.
allocateBuffers() - Static method in class de.schlichtherle.io.Streams
 
allocated - Static variable in class de.schlichtherle.util.zip.InflaterPool
 
allSuffixes - Variable in class de.schlichtherle.io.GlobalArchiveDriverRegistry
The canonical list of all archive file suffixes in the global registry.
ancestor - Variable in exception de.schlichtherle.io.ContainsFileException
 
ANCESTOR_WINDOW_HIDDEN - Static variable in class de.schlichtherle.swing.event.PanelEvent
The id for Ancestor Window Hidden Event.
ANCESTOR_WINDOW_SHOWN - Static variable in class de.schlichtherle.swing.event.PanelEvent
The id for Ancestor Window Shown Event.
ancestorWindowHidden(PanelEvent) - Method in class de.schlichtherle.swing.event.PanelAdapter
 
ancestorWindowHidden(PanelEvent) - Method in interface de.schlichtherle.swing.event.PanelListener
Invoked when the ancestor window of an EnhancedPanel is hidden.
ancestorWindowShown(PanelEvent) - Method in class de.schlichtherle.swing.event.PanelAdapter
 
ancestorWindowShown(PanelEvent) - Method in interface de.schlichtherle.swing.event.PanelListener
Invoked when the ancestor window of an EnhancedPanel is shown.
appearance - Variable in exception de.schlichtherle.io.ChainableIOException
 
APPEARANCE_COMP - Static variable in exception de.schlichtherle.io.ChainableIOException
Compares two ZIP controller exceptions in descending order of their appearance.
Archive - Interface in de.schlichtherle.io.archive
Describes general properties of any archive.
archive - Variable in class de.schlichtherle.io.InputArchiveMetaData
The archive which uses this instance.
archive - Variable in class de.schlichtherle.io.OutputArchiveMetaData
The archive which uses this instance.
archive - Variable in class de.schlichtherle.util.zip.BasicZipFile
The actual data source.
ArchiveBusyException - Exception in de.schlichtherle.io
Thrown if an archive file could not get updated because some input or output streams for its entries are still open.
ArchiveBusyException(ArchiveException, String) - Constructor for exception de.schlichtherle.io.ArchiveBusyException
 
ArchiveBusyException(ArchiveException, File) - Constructor for exception de.schlichtherle.io.ArchiveBusyException
Deprecated. You should not use this constructor. It will vanish in the next major version.
ArchiveBusyWarningException - Exception in de.schlichtherle.io
Thrown if an archive file has been successfully updated, but some input or output streams for its entries have been forced to close.
ArchiveBusyWarningException(ArchiveException, String) - Constructor for exception de.schlichtherle.io.ArchiveBusyWarningException
 
ArchiveBusyWarningException(ArchiveException, File) - Constructor for exception de.schlichtherle.io.ArchiveBusyWarningException
Deprecated. You should not use this constructor. It will vanish in the next major version.
ArchiveController - Class in de.schlichtherle.io
This is the base class for any archive controller, providing all the essential services required by the File class to implement its behaviour.
ArchiveController(File, ArchiveController, String, ArchiveDriver) - Constructor for class de.schlichtherle.io.ArchiveController
This constructor schedules this controller to be thrown away if no more File objects are referring to it.
ArchiveController.ArchiveEntryFalsePositiveException - Exception in de.schlichtherle.io
Thrown if a controller's target file is a false positive archive file which actually exists as a plain file or directory in an enclosing archive file.
ArchiveController.ArchiveEntryFalsePositiveException(ArchiveController, String, IOException) - Constructor for exception de.schlichtherle.io.ArchiveController.ArchiveEntryFalsePositiveException
Creates a new ArchiveEntryFalsePositiveException.
ArchiveController.ArchiveEntryNotFoundException - Exception in de.schlichtherle.io
Thrown if an archive entry does not exist or is not accessible.
ArchiveController.ArchiveEntryNotFoundException(String, String) - Constructor for exception de.schlichtherle.io.ArchiveController.ArchiveEntryNotFoundException
 
ArchiveController.ArchiveFileNotFoundException - Exception in de.schlichtherle.io
Thrown if a controller's target file does not exist or is not accessible.
ArchiveController.ArchiveFileNotFoundException(String) - Constructor for exception de.schlichtherle.io.ArchiveController.ArchiveFileNotFoundException
 
ArchiveController.DirectoryArchiveEntryFalsePositiveException - Exception in de.schlichtherle.io
Thrown if a controller's target file is a false positive archive file which actually exists as a plain directory in an enclosing archive file.
ArchiveController.DirectoryArchiveEntryFalsePositiveException(ArchiveController, String, IOException) - Constructor for exception de.schlichtherle.io.ArchiveController.DirectoryArchiveEntryFalsePositiveException
Creates a new DirectoryArchiveEntryFalsePositiveException.
ArchiveController.FalsePositiveException - Exception in de.schlichtherle.io
Thrown if a controller's target file is a false positive archive file which actually exists as a plain file or directory in the real file system or in an enclosing archive file.
ArchiveController.FalsePositiveException(IOException) - Constructor for exception de.schlichtherle.io.ArchiveController.FalsePositiveException
Creates a new FalsePositiveException.
ArchiveController.FileArchiveEntryFalsePositiveException - Exception in de.schlichtherle.io
Thrown if a controller's target file is a false positive archive file which actually exists as a plain file in an enclosing archive file.
ArchiveController.FileArchiveEntryFalsePositiveException(ArchiveController, String, IOException) - Constructor for exception de.schlichtherle.io.ArchiveController.FileArchiveEntryFalsePositiveException
Creates a new FileArchiveEntryFalsePositiveException.
ArchiveController.RfsEntryFalsePositiveException - Exception in de.schlichtherle.io
Thrown if a controller's target file is a false positive archive file which actually exists as a plain file or directory in the real file system.
ArchiveController.RfsEntryFalsePositiveException(IOException) - Constructor for exception de.schlichtherle.io.ArchiveController.RfsEntryFalsePositiveException
Creates a new RfsEntryFalsePositiveException.
ArchiveControllers - Class in de.schlichtherle.io
Provides static utility methods for ArchiveControllers.
ArchiveControllers() - Constructor for class de.schlichtherle.io.ArchiveControllers
This class cannot get instantiated.
ArchiveControllers.ControllerEnumeration - Class in de.schlichtherle.io
 
ArchiveControllers.ControllerEnumeration() - Constructor for class de.schlichtherle.io.ArchiveControllers.ControllerEnumeration
 
ArchiveControllers.ControllerEnumeration(String, Comparator) - Constructor for class de.schlichtherle.io.ArchiveControllers.ControllerEnumeration
 
ArchiveControllers.LiveArchiveStatistics - Class in de.schlichtherle.io
 
ArchiveControllers.LiveArchiveStatistics() - Constructor for class de.schlichtherle.io.ArchiveControllers.LiveArchiveStatistics
You cannot instantiate this singleton class.
ArchiveControllers.ShutdownHook - Class in de.schlichtherle.io
TrueZIP's singleton shutdown hook for the JVM.
ArchiveControllers.ShutdownHook() - Constructor for class de.schlichtherle.io.ArchiveControllers.ShutdownHook
You cannot instantiate this singleton class.
archiveCopyAllFrom(File) - Method in class de.schlichtherle.io.File
Recursively copies the file or directory src to this file or directory and tries to preserve all attributes of the source file to the destination file, too.
archiveCopyAllFrom(File, ArchiveDetector) - Method in class de.schlichtherle.io.File
Recursively copies the file or directory src to this file or directory and tries to preserve all attributes of the source file to the destination file, too.
archiveCopyAllFrom(File, ArchiveDetector, ArchiveDetector) - Method in class de.schlichtherle.io.File
Recursively copies the file or directory src to this file or directory and tries to preserve all attributes of the source file to the destination file, too.
archiveCopyAllTo(File) - Method in class de.schlichtherle.io.File
Recursively copies this file or directory to the file or directory dst and tries to preserve all attributes of the source file to the destination file, too.
archiveCopyAllTo(File, ArchiveDetector) - Method in class de.schlichtherle.io.File
Recursively copies this file or directory to the file or directory dst and tries to preserve all attributes of the source file to the destination file, too.
archiveCopyAllTo(File, ArchiveDetector, ArchiveDetector) - Method in class de.schlichtherle.io.File
Recursively copies this file or directory to the file or directory dst and tries to preserve all attributes of the source file to the destination file, too.
archiveCopyAllTo(File, File) - Method in class de.schlichtherle.io.swing.JFileTree
Forwards the call to the FileTreeModel and scrolls the tree so that the recursively copied node is selected and visible.
archiveCopyAllTo(File, File) - Method in class de.schlichtherle.io.swing.tree.FileTreeModel
Copies oldNode to node recursively, preserving its last modification time and updates the tree accordingly.
archiveCopyFrom(File) - Method in class de.schlichtherle.io.File
Copies the file src to this file and tries to preserve all attributes of the source file to the destination file, too.
archiveCopyTo(File) - Method in class de.schlichtherle.io.File
Copies this file to the file dst and tries to preserve all attributes of the source file to the destination file, too.
archiveCopyTo(File, File) - Method in class de.schlichtherle.io.swing.JFileTree
Forwards the call to the FileTreeModel and scrolls the tree so that the copied node is selected and visible.
archiveCopyTo(File, File) - Method in class de.schlichtherle.io.swing.tree.FileTreeModel
Copies oldNode to node, preserving its last modification time and updates the tree accordingly.
ArchiveDetector - Interface in de.schlichtherle.io
Detects archive files solely by scanning file paths - usually by testing for file name suffixes like .zip or the like.
archiveDetector - Variable in class de.schlichtherle.io.swing.FileSystemView
Maybe null - uses default then.
ArchiveDriver - Interface in de.schlichtherle.io.archive.spi
This "driver" interface is used in a Builder software pattern as the Builder or Abstract Factory which reads and writes archives of a particular type, e.g.
ArchiveDriverRegistry - Class in de.schlichtherle.io
The head of a chain of registries for archive file suffixes and archive drivers.
ArchiveDriverRegistry() - Constructor for class de.schlichtherle.io.ArchiveDriverRegistry
Creates an empty ArchiveDriverRegistry.
ArchiveDriverRegistry(ArchiveDriverRegistry, Map) - Constructor for class de.schlichtherle.io.ArchiveDriverRegistry
Creates a new DefaultArchiveDriverRegistry by decorating the configuration of delegate with mappings for all entries in config.
ArchiveDriverRegistry.IllegalArchiveDriverException - Exception in de.schlichtherle.io
 
ArchiveDriverRegistry.IllegalArchiveDriverException(String, Exception) - Constructor for exception de.schlichtherle.io.ArchiveDriverRegistry.IllegalArchiveDriverException
 
ArchiveEntry - Interface in de.schlichtherle.io.archive.spi
A simple interface for entries in an archive.
ArchiveEntryFactory - Interface in de.schlichtherle.io.archive.spi
Deprecated. Thie interface will vanish in TrueZIP 7.
ArchiveEntryMetaData - Class in de.schlichtherle.io
This class is not intended for public use!
ArchiveEntryMetaData(ArchiveEntry) - Constructor for class de.schlichtherle.io.ArchiveEntryMetaData
A package private constructor.
ArchiveEntryStreamClosedException - Exception in de.schlichtherle.io
Thrown if an input or output stream for an archive entry has been forced to close when the archive file was (explicitly or implicitly) unmounted.
ArchiveEntryStreamClosedException() - Constructor for exception de.schlichtherle.io.ArchiveEntryStreamClosedException
 
ArchiveException - Exception in de.schlichtherle.io
Represents a chain of exceptions thrown by the File.umount() and File.update() methods to indicate an error condition which does incur loss of data.
ArchiveException(ArchiveException) - Constructor for exception de.schlichtherle.io.ArchiveException
Constructs a new exception with the specified prior exception.
ArchiveException(ArchiveException, String) - Constructor for exception de.schlichtherle.io.ArchiveException
Constructs a new exception with the specified prior exception and a message.
ArchiveException(ArchiveException, IOException) - Constructor for exception de.schlichtherle.io.ArchiveException
Constructs a new exception with the specified prior exception and the cause.
ArchiveException(ArchiveException, String, IOException) - Constructor for exception de.schlichtherle.io.ArchiveException
Constructs a new exception with the specified prior exception, a message and a cause.
ArchiveFileSystem - Class in de.schlichtherle.io
This class implements a virtual file system of archive entries for use by the archive controller provided to the constructor.
ArchiveFileSystem(ArchiveFileSystemController) - Constructor for class de.schlichtherle.io.ArchiveFileSystem
Creates a new archive file system and ensures its integrity.
ArchiveFileSystem(ArchiveFileSystemController, InputArchive, long, boolean) - Constructor for class de.schlichtherle.io.ArchiveFileSystem
Mounts the archive file system from archive and ensures its integrity.
ArchiveFileSystem.AbstractDelta - Class in de.schlichtherle.io
 
ArchiveFileSystem.AbstractDelta() - Constructor for class de.schlichtherle.io.ArchiveFileSystem.AbstractDelta
 
ArchiveFileSystem.AbstractDelta.Element - Class in de.schlichtherle.io
A data class for use by subclasses.
ArchiveFileSystem.AbstractDelta.Element(String, ArchiveEntry) - Constructor for class de.schlichtherle.io.ArchiveFileSystem.AbstractDelta.Element
 
ArchiveFileSystem.ArchiveFileSystemException - Exception in de.schlichtherle.io
This exception is thrown when a client application tries to perform an illegal operation on an archive file system.
ArchiveFileSystem.ArchiveFileSystemException(String) - Constructor for exception de.schlichtherle.io.ArchiveFileSystem.ArchiveFileSystemException
 
ArchiveFileSystem.ArchiveFileSystemException(String, String) - Constructor for exception de.schlichtherle.io.ArchiveFileSystem.ArchiveFileSystemException
 
ArchiveFileSystem.ArchiveReadOnlyException - Exception in de.schlichtherle.io
This exception is thrown when a client tries to modify a read only virtual archive file system.
ArchiveFileSystem.ArchiveReadOnlyException() - Constructor for exception de.schlichtherle.io.ArchiveFileSystem.ArchiveReadOnlyException
 
ArchiveFileSystem.Delta - Interface in de.schlichtherle.io
This interface encapsulates the methods required to begin and commit a simplified transaction (a delta) on this virtual archive file system.
ArchiveFileSystem.LinkDelta - Class in de.schlichtherle.io
A simple transaction for creating (and hence probably replacing) and linking an entry in this virtual archive file system.
ArchiveFileSystem.LinkDelta(String, boolean, ArchiveEntry) - Constructor for class de.schlichtherle.io.ArchiveFileSystem.LinkDelta
 
ArchiveFileSystemController - Class in de.schlichtherle.io
This archive controller implements the automounting functionality.
ArchiveFileSystemController(File, ArchiveController, String, ArchiveDriver) - Constructor for class de.schlichtherle.io.ArchiveFileSystemController
Creates a new instance of ArchiveFileSystemController
ArchiveFileSystemController.AutoMounter - Class in de.schlichtherle.io
Represents the mount state of the archive file system.
ArchiveFileSystemController.AutoMounter() - Constructor for class de.schlichtherle.io.ArchiveFileSystemController.AutoMounter
 
ArchiveFileSystemController.FalsePositiveFileSystem - Class in de.schlichtherle.io
 
ArchiveFileSystemController.FalsePositiveFileSystem(ArchiveController.FalsePositiveException) - Constructor for class de.schlichtherle.io.ArchiveFileSystemController.FalsePositiveFileSystem
 
ArchiveFileSystemController.MountedFileSystem - Class in de.schlichtherle.io
 
ArchiveFileSystemController.MountedFileSystem(ArchiveFileSystem) - Constructor for class de.schlichtherle.io.ArchiveFileSystemController.MountedFileSystem
 
ArchiveFileSystemController.ResetFileSystem - Class in de.schlichtherle.io
 
ArchiveFileSystemController.ResetFileSystem() - Constructor for class de.schlichtherle.io.ArchiveFileSystemController.ResetFileSystem
 
ArchiveInputBusyException - Exception in de.schlichtherle.io
Like its super class, but indicates the existance of open input streams.
ArchiveInputBusyException(ArchiveException, String, int) - Constructor for exception de.schlichtherle.io.ArchiveInputBusyException
 
ArchiveInputBusyWarningException - Exception in de.schlichtherle.io
Like its super class, but indicates the existance of open input streams.
ArchiveInputBusyWarningException(ArchiveException, String, int) - Constructor for exception de.schlichtherle.io.ArchiveInputBusyWarningException
 
ArchiveOutputBusyException - Exception in de.schlichtherle.io
Like its super class, but indicates the existance of open output streams.
ArchiveOutputBusyException(ArchiveException, String, int) - Constructor for exception de.schlichtherle.io.ArchiveOutputBusyException
 
ArchiveOutputBusyWarningException - Exception in de.schlichtherle.io
Like its super class, but indicates the existance of open output streams.
ArchiveOutputBusyWarningException(ArchiveException, String, int) - Constructor for exception de.schlichtherle.io.ArchiveOutputBusyWarningException
 
ArchiveStatistics - Interface in de.schlichtherle.io
A proxy interface which encapsulates statistics about the total set of archives operated by this package.
ArchiveWarningException - Exception in de.schlichtherle.io
Represents a chain of exceptions thrown by the File.umount() and File.update() methods to indicate an error condition which does not incur loss of data and may be ignored.
ArchiveWarningException(ArchiveException, String) - Constructor for exception de.schlichtherle.io.ArchiveWarningException
 
ArchiveWarningException(ArchiveException, String, IOException) - Constructor for exception de.schlichtherle.io.ArchiveWarningException
 
ArchiveWarningException(ArchiveException, IOException) - Constructor for exception de.schlichtherle.io.ArchiveWarningException
 
args - Variable in class de.schlichtherle.io.samples.CommandLineUtility.ProgressMonitor
 
Arrays - Class in de.schlichtherle.util
 
Arrays() - Constructor for class de.schlichtherle.util.Arrays
 
AUTH_KEY_FILE - Static variable in class de.schlichtherle.key.passwd.swing.AuthenticationPanel
The key file authentication method.
AUTH_PASSWD - Static variable in class de.schlichtherle.key.passwd.swing.AuthenticationPanel
The password authentication method.
authenticate() - Method in class de.schlichtherle.crypto.io.raes.RaesReadOnlyFile
Authenticates all encrypted data in the read only file.
authenticate() - Method in class de.schlichtherle.crypto.io.raes.Type0RaesReadOnlyFile
 
AuthenticationPanel - Class in de.schlichtherle.key.passwd.swing
A panel displaying a password panel or a key file panel in order to let the user select an authentication method and enter the key.
AuthenticationPanel() - Constructor for class de.schlichtherle.key.passwd.swing.AuthenticationPanel
Creates a new authentication panel.
authenticationPanel - Variable in class de.schlichtherle.key.passwd.swing.CreateKeyPanel
 
authenticationPanel - Variable in class de.schlichtherle.key.passwd.swing.OpenKeyPanel
 
AuthenticationPanel.CustomFileChooser - Class in de.schlichtherle.key.passwd.swing
 
AuthenticationPanel.CustomFileChooser() - Constructor for class de.schlichtherle.key.passwd.swing.AuthenticationPanel.CustomFileChooser
 
authenticationTrigger - Variable in class de.schlichtherle.io.archive.zip.raes.AbstractZipRaesDriver
 
autoMount(boolean) - Method in class de.schlichtherle.io.ArchiveController
Returns the virtual archive file system mounted from the target file.
autoMount(boolean) - Method in class de.schlichtherle.io.ArchiveFileSystemController
 
autoMount(boolean) - Method in class de.schlichtherle.io.ArchiveFileSystemController.AutoMounter
 
autoMount(boolean) - Method in class de.schlichtherle.io.ArchiveFileSystemController.FalsePositiveFileSystem
 
autoMount(boolean) - Method in class de.schlichtherle.io.ArchiveFileSystemController.MountedFileSystem
 
autoMount(boolean) - Method in class de.schlichtherle.io.ArchiveFileSystemController.ResetFileSystem
 
autoMounter - Variable in class de.schlichtherle.io.ArchiveFileSystemController
The mount state of the archive file system.
autoUmount(String) - Method in class de.schlichtherle.io.ArchiveController
Unmounts the archive file only if the archive file has already new data for entryName.
available() - Method in class de.schlichtherle.io.InputArchiveMetaData.EntryInputStream
 
available() - Method in class de.schlichtherle.io.rof.MemoryMappedReadOnlyFile
Deprecated. Returns the number of bytes available in the floating window.
available() - Method in class de.schlichtherle.io.rof.ReadOnlyFileInputStream
 
available() - Method in class de.schlichtherle.io.util.SynchronizedInputStream
 
available() - Method in class de.schlichtherle.util.zip.BasicZipFile.IntervalInputStream
 

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.