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

G

GENERAL - Static variable in class de.schlichtherle.util.zip.ZipEntry
 
general - Variable in class de.schlichtherle.util.zip.ZipEntry
 
get(File) - Static method in class de.schlichtherle.io.ArchiveControllers
Factory method returning an ArchiveController object for the given archive file.
get(String) - Method in class de.schlichtherle.io.ArchiveFileSystem
Looks up the specified entry in the file system and returns it or null if not existent.
get(int) - Method in class de.schlichtherle.util.zip.ExtraFields
Returns the Extra Field with the given Header ID or null if no such Extra Field exists.
getAbsoluteFile() - Method in class de.schlichtherle.io.File
Behaves like the superclass implementation, but returns a new instance of this class, so you can safely cast it.
getAbsolutePath() - Method in class de.schlichtherle.io.File
 
getActualCrc() - Method in exception de.schlichtherle.util.zip.CRC32Exception
Returns the CRC-32 value which has been computed from the contents of the ZIP entry.
getAesKeyStrengthPanel() - Method in class de.schlichtherle.key.passwd.swing.PromptingAesKeyProviderUI
Deprecated. This method is not used anymore and will be removed for the next major release number. It's use may dead lock the GUI. Use PromptingAesKeyProviderUI.createAesKeyStrengthPanel() instead.
getAlgorithmName() - Method in class de.schlichtherle.crypto.modes.SICSeekableBlockCipher
 
getAncestor() - Method in exception de.schlichtherle.io.ContainsFileException
 
getAncestorWindow() - Method in class de.schlichtherle.swing.EnhancedPanel
Returns the ancestor Window of this Panel or null if the component is not (yet) placed in a Window.
getAncestorWindow(Component) - Static method in class de.schlichtherle.swing.EnhancedPanel
 
getAncestorWindow() - Method in class de.schlichtherle.swing.event.PanelEvent
Returns the ancestor window for this event or null if the source of this event is not an EnhancedPanel.
getAnyShowingWindow() - Static method in class de.schlichtherle.awt.Windows
 
getAnyShowingWindow(Window[]) - Static method in class de.schlichtherle.awt.Windows
 
getAppearance() - Method in exception de.schlichtherle.io.ChainableIOException
 
getArchiveController() - Method in class de.schlichtherle.io.File
Returns an archive controller if and only if the path denotes an archive file, or null otherwise.
getArchiveDetector() - Method in class de.schlichtherle.io.File
Returns the ArchiveDetector that was used to construct this object - never null.
getArchiveDetector() - Method in class de.schlichtherle.io.swing.FileSystemView
Returns a valid archive detector to use with this class.
getArchiveDriver(String) - Method in interface de.schlichtherle.io.ArchiveDetector
Detects whether the given path identifies a prospective archive file or not by applying heuristics to it and returns an appropriate ArchiveDriver to use or null if the path does not denote a prospective archive file or an appropriate ArchiveDriver is not available for some reason.
getArchiveDriver(String) - Method in class de.schlichtherle.io.ArchiveDriverRegistry
Returns the archive driver for the given canonical suffix or null if no archive driver is found in the registry.
getArchiveDriver(String) - Method in class de.schlichtherle.io.DefaultArchiveDetector
Looks up a registered archive driver for the given (file) path by matching it against the set of configured archive file suffixes.
getArchiveEntries() - Method in interface de.schlichtherle.io.archive.spi.InputArchive
Returns an enumeration of the ArchiveEntry instances in this archive.
getArchiveEntries() - Method in class de.schlichtherle.io.archive.spi.MultiplexedOutputArchive
 
getArchiveEntries() - Method in interface de.schlichtherle.io.archive.spi.OutputArchive
Returns an enumeration of the ArchiveEntry instances in this archive (i.e. written so far).
getArchiveEntries() - Method in class de.schlichtherle.io.archive.tar.TarInputArchive
 
getArchiveEntries() - Method in class de.schlichtherle.io.archive.tar.TarOutputArchive
 
getArchiveEntries() - Method in class de.schlichtherle.io.archive.zip.ZipInputArchive
 
getArchiveEntries() - Method in class de.schlichtherle.io.archive.zip.ZipOutputArchive
 
getArchiveEntries() - Method in class de.schlichtherle.io.ArchiveFileSystem
Returns an enumeration of all ArchiveEntry instances in this file system.
getArchiveEntry(String) - Method in interface de.schlichtherle.io.archive.spi.InputArchive
Returns the ArchiveEntry for the given entry name or null if no entry with this name exists.
getArchiveEntry(String) - Method in class de.schlichtherle.io.archive.spi.MultiplexedOutputArchive
 
getArchiveEntry(String) - Method in interface de.schlichtherle.io.archive.spi.OutputArchive
Returns the ArchiveEntry for the given entry name or null if no entry with this name has been written or started to be written.
getArchiveEntry(String) - Method in class de.schlichtherle.io.archive.tar.TarInputArchive
 
getArchiveEntry(String) - Method in class de.schlichtherle.io.archive.tar.TarOutputArchive
 
getArchiveEntry(String) - Method in class de.schlichtherle.io.archive.zip.ZipInputArchive
 
getArchiveEntry(String) - Method in class de.schlichtherle.io.archive.zip.ZipOutputArchive
 
getArchivesTotal() - Method in class de.schlichtherle.io.ArchiveControllers.LiveArchiveStatistics
 
getArchivesTotal() - Method in interface de.schlichtherle.io.ArchiveStatistics
Returns the total number of archives operated by this package.
getArchivesTouched() - Method in class de.schlichtherle.io.ArchiveControllers.LiveArchiveStatistics
 
getArchivesTouched() - Method in interface de.schlichtherle.io.ArchiveStatistics
Returns the number of archives which have been changed and hence need to be processed on the next call to File.update() or File.umount().
getAuthenticationMethod() - Method in class de.schlichtherle.key.passwd.swing.AuthenticationPanel
Returns the authentication method selected by the user.
getAuthenticationTrigger() - Method in class de.schlichtherle.io.archive.zip.raes.AbstractZipRaesDriver
Returns the authentication trigger provided to the constructor.
getBlockCounter() - Method in class de.schlichtherle.crypto.modes.SICSeekableBlockCipher
 
getBlockCounter() - Method in interface de.schlichtherle.crypto.SeekableBlockCipher
Returns the index of the block, starting at 0, which will be processed next when BlockCipher.processBlock(byte[], int, byte[], int) is called.
getBlockSize() - Method in class de.schlichtherle.crypto.modes.SICSeekableBlockCipher
 
getBoldFont() - Method in class de.schlichtherle.key.passwd.swing.CreateKeyPanel
 
getBoldFont() - Method in class de.schlichtherle.key.passwd.swing.OpenKeyPanel
 
getBufferSize(ZipEntry) - Static method in class de.schlichtherle.util.zip.BasicZipFile
 
getBytesRead() - Method in class de.schlichtherle.util.zip.BasicZipOutputStream.ZipDeflater
Returns the total number of uncompressed bytes input so far.
getBytesWritten() - Method in class de.schlichtherle.util.zip.BasicZipOutputStream.ZipDeflater
Returns the total number of compressed bytes output so far.
getCanonicalFile() - Method in class de.schlichtherle.io.File
Behaves like the superclass implementation, but returns a new instance of this class, so you can safely cast it.
getCanonicalPath() - Method in class de.schlichtherle.io.File
 
getCanOrAbsFile() - Method in class de.schlichtherle.io.File
This convenience method simply returns the canonical form of this abstract path or the normalized absolute form if resolving the prior fails.
getCanOrAbsFile(File) - Static method in class de.schlichtherle.io.Files
Returns the canonical path of the given file or the normalized absolute path if canonicalizing the path fails due to an IOException.
getCanOrAbsFile0(File) - Static method in class de.schlichtherle.io.Files
 
getCanOrAbsPath() - Method in class de.schlichtherle.io.File
This convenience method simply returns the canonical form of this abstract path or the normalized absolute form if resolving the prior fails.
getCharset() - Method in class de.schlichtherle.io.archive.spi.AbstractArchiveDriver
Returns the value of the property charset which was provided to the constructor.
getCharset() - Method in class de.schlichtherle.util.zip.BasicZipFile
Returns the charset to use for entry names and comments.
getCheckedInputStream(String) - Method in class de.schlichtherle.util.zip.BasicZipFile
Equivalent to getInputStream(name, true, true).
getCheckedInputStream(ZipEntry) - Method in class de.schlichtherle.util.zip.BasicZipFile
Equivalent to getInputStream(entry.getName(), true, true) instead.
getChild(File, String) - Method in class de.schlichtherle.io.swing.FileSystemView
 
getChild(File, String) - Method in class de.schlichtherle.io.swing.FilterFileSystemView
 
getChild(Object, int) - Method in class de.schlichtherle.io.swing.tree.FileTreeModel
 
getChildCount(Object) - Method in class de.schlichtherle.io.swing.tree.FileTreeModel
 
getChildren(File) - Method in class de.schlichtherle.io.swing.tree.FileTreeModel
 
getClosedIcon(Archive) - Method in class de.schlichtherle.io.archive.spi.AbstractArchiveDriver
Returns the value of the property closedIcon which was provided to the constructor.
getClosedIcon(Archive) - Method in interface de.schlichtherle.io.archive.spi.ArchiveDriver
Returns the icon that FileSystemView and FileTreeCellRenderer should display for the given archive.
getClosedIcon() - Method in interface de.schlichtherle.io.archive.spi.ArchiveEntry
Returns the icon that FileSystemView and FileTreeCellRenderer should display for this entry if it is closed/collapsed in the view.
getClosedIcon() - Method in class de.schlichtherle.io.archive.spi.RfsEntry
Returns null.
getClosedIcon() - Method in class de.schlichtherle.io.archive.tar.TarEntry
 
getClosedIcon() - Method in class de.schlichtherle.io.archive.zip.ZipEntry
 
getClosedIcon(String) - Method in class de.schlichtherle.io.ArchiveController
 
getClosedIcon(String) - Method in class de.schlichtherle.io.ArchiveFileSystem
 
getClosedIcon() - Method in class de.schlichtherle.io.File
Returns an icon for this file or directory if it is in closed state for JFileTree or null if the default should be used.
getClosedIcon() - Method in class de.schlichtherle.io.swing.tree.FileTreeCellRenderer
 
getClosedIcon0(String) - Method in class de.schlichtherle.io.ArchiveController
 
getComboBox() - Method in class de.schlichtherle.swing.AbstractComboBoxBrowser
Returns the combo box which this object is auto completing.
getComment() - Method in class de.schlichtherle.util.zip.BasicZipFile
Returns the comment of this ZIP compatible file or null if no comment exists.
getComment() - Method in class de.schlichtherle.util.zip.BasicZipOutputStream
Returns the file comment.
getComment() - Method in class de.schlichtherle.util.zip.ZipEntry
 
getComment() - Method in class de.schlichtherle.util.zip.ZipOutputStream
 
getCommentLength(String) - Method in class de.schlichtherle.util.zip.ZipEntry
 
getCompressedSize() - Method in class de.schlichtherle.util.zip.ZipEntry
Returns the Compressed Size of this entry.
getCompressedSize32() - Method in class de.schlichtherle.util.zip.ZipEntry
 
getController() - Method in exception de.schlichtherle.io.ArchiveController.FalsePositiveException
Returns the archive controller which has thrown this exception.
getCounter() - Method in class de.schlichtherle.util.ThreadLocalCounter
 
getCrc() - Method in class de.schlichtherle.util.zip.ZipEntry
 
getCreateKey() - Method in class de.schlichtherle.key.AbstractKeyProvider
Forwards the call to AbstractKeyProvider.getCreateKeyImpl().
getCreateKey() - Method in interface de.schlichtherle.key.KeyProvider
Returns the key which may be used to create a new protected resource or entirely replace the contents of an already existing protected resource.
getCreateKey() - Method in class de.schlichtherle.key.passwd.swing.CreateKeyPanel
Getter for property createKey.
getCreateKey(PromptingKeyProvider) - Method in class de.schlichtherle.key.PromptingKeyProvider.Cancelled
 
getCreateKey(PromptingKeyProvider) - Method in class de.schlichtherle.key.PromptingKeyProvider.KeyChangeRequested
 
getCreateKey(PromptingKeyProvider) - Method in class de.schlichtherle.key.PromptingKeyProvider.KeyProvided
 
getCreateKey(PromptingKeyProvider) - Method in class de.schlichtherle.key.PromptingKeyProvider.Reset
 
getCreateKey(PromptingKeyProvider) - Method in class de.schlichtherle.key.PromptingKeyProvider.State
 
getCreateKeyImpl() - Method in class de.schlichtherle.key.AbstractKeyProvider
Returns the key which should be used to create a new protected resource or entirely replace the contents of an already existing protected resource.
getCreateKeyImpl() - Method in class de.schlichtherle.key.PromptingKeyProvider
Returns a clone of the key which may be used to create a new protected resource or entirely replace the contents of an already existing protected resource.
getCreateKeyPanel() - Method in class de.schlichtherle.key.passwd.swing.PromptingKeyProviderUI
Deprecated. This method is not used anymore and will be removed for the next major release number. It's use may dead lock the GUI. Use PromptingKeyProviderUI.createCreateKeyPanel() instead.
getCreatePasswd() - Method in class de.schlichtherle.crypto.io.raes.KeyManagerRaesParameters.Type0
 
getCreatePasswd() - Method in interface de.schlichtherle.crypto.io.raes.Type0RaesParameters
Returns the password required to create or overwrite the RAES type 0 file.
getCurrentDirectory() - Method in class de.schlichtherle.key.passwd.swing.AuthenticationPanel.CustomFileChooser
 
getDataBlock() - Method in class de.schlichtherle.util.zip.ExtraField
Returns a protective copy of the Data Block.
getDataSize() - Method in class de.schlichtherle.util.zip.DefaultExtraField
 
getDataSize() - Method in class de.schlichtherle.util.zip.ExtraField
Returns the Data Size of this Extra Field.
getDateTimeConverter() - Method in class de.schlichtherle.io.archive.zip.JarEntry
 
getDateTimeConverter() - Method in class de.schlichtherle.io.archive.zip.ZipEntry
 
getDateTimeConverter() - Method in class de.schlichtherle.util.zip.ZipEntry
Returns a DateTimeConverter for the conversion of Java time to DOS date/time fields and vice versa.
getDefaultArchiveDetector() - Static method in class de.schlichtherle.io.File
Returns the default ArchiveDetector to be used if no archive detector is passed explicitly to the constructor of a File instance.
getDefaultDirectory() - Method in class de.schlichtherle.io.swing.FilterFileSystemView
 
getDefaultKeyManagerClassName() - Static method in class de.schlichtherle.key.KeyManager
 
getDefaultSuffix() - Method in class de.schlichtherle.io.swing.JFileTree
Getter for bound property defaultSuffix.
getDelay() - Method in class de.schlichtherle.key.passwd.swing.BasicInvalidKeyFeedback
Returns the delay for reenabling the default button in the root pane.
getDelegate() - Method in class de.schlichtherle.io.File
This method is not intended for public use!
getDelegate() - Method in class de.schlichtherle.io.swing.FilterFileSystemView
Returns the file system view to be decorated - never null.
getDelegate() - Method in class de.schlichtherle.io.swing.FilterFileView
Returns the file view to be decorated - may be null.
getDescendant() - Method in exception de.schlichtherle.io.ContainsFileException
 
getDescription(File) - Method in class de.schlichtherle.io.swing.FilterFileView
 
getDirectory() - Method in class de.schlichtherle.io.swing.FileComboBoxBrowser
Returns the directory which is used to complete relative path names.
getDirectory() - Static method in class de.schlichtherle.io.util.Temps
Returns the directory for temporary files.
getDosTime() - Method in class de.schlichtherle.util.zip.ZipEntry
 
getDriver() - Method in class de.schlichtherle.io.ArchiveController
Returns the driver instance which is used for the target archive.
getEditedNode() - Method in class de.schlichtherle.io.swing.JFileTree
Returns the node that is currently edited, if any.
getEditor() - Method in class de.schlichtherle.swing.AbstractComboBoxBrowser.ComboBoxEditorProxy
 
getEditorComponent() - Method in class de.schlichtherle.swing.AbstractComboBoxBrowser.ComboBoxEditorProxy
 
getEnclArchive() - Method in interface de.schlichtherle.io.archive.Archive
 
getEnclArchive() - Method in class de.schlichtherle.io.ArchiveController
 
getEnclArchive() - Method in class de.schlichtherle.io.File
Returns the enclosing archive file in this path.
getEnclController() - Method in exception de.schlichtherle.io.ArchiveController.ArchiveEntryFalsePositiveException
Returns the controller which's target file contains the false positive archive file as an archive entry.
getEnclController() - Method in class de.schlichtherle.io.ArchiveController
Returns the ArchiveController of the enclosing archive file, if any.
getEnclEntryName() - Method in exception de.schlichtherle.io.ArchiveController.ArchiveEntryFalsePositiveException
Returns the entry name of the false positive archive file.
getEnclEntryName() - Method in class de.schlichtherle.io.ArchiveController
Returns the entry name of this controller within the enclosing archive file, if any.
getEnclEntryName() - Method in class de.schlichtherle.io.File
Returns the entry path in the enclosing archive file.
getEncoding() - Method in class de.schlichtherle.io.archive.spi.AbstractArchiveDriver
Deprecated. Use AbstractArchiveDriver.getCharset() instead.
getEncoding() - Method in class de.schlichtherle.util.zip.BasicZipOutputStream
Returns the charset to use for filenames and the file comment.
getEntry() - Method in interface de.schlichtherle.io.ArchiveFileSystem.Delta
Returns the entry operated by this file system delta.
getEntry() - Method in class de.schlichtherle.io.ArchiveFileSystem.LinkDelta
 
getEntry(String) - Method in class de.schlichtherle.util.zip.BasicZipFile
Returns the ZipEntry for the given name or null if no entry with that name exists.
getEntry(String) - Method in class de.schlichtherle.util.zip.BasicZipOutputStream
Returns the ZipEntry for the given name or null if no entry with that name exists.
getEntry(String) - Method in class de.schlichtherle.util.zip.ZipFile
Returns a clone of the ZipEntry for the given name or null if no entry with that name exists.
getEntry(String) - Method in class de.schlichtherle.util.zip.ZipOutputStream
Returns a clone of the ZipEntry for the given name or null if no entry with that name exists.
getEntryName(ArchiveEntry) - Method in class de.schlichtherle.io.ArchiveFileSystem
 
getError() - Method in class de.schlichtherle.key.passwd.swing.CreateKeyPanel
Getter for property error.
getError() - Method in class de.schlichtherle.key.passwd.swing.OpenKeyPanel
Getter for property error.
getExecutor(String) - Static method in class de.schlichtherle.io.Streams
 
getExpectedCrc() - Method in exception de.schlichtherle.util.zip.CRC32Exception
Returns the CRC-32 value which has been read from the ZIP file.
getExtra() - Method in class de.schlichtherle.util.zip.ExtraFields
Returns a protective copy of the Extra Fields.
getExtra() - Method in class de.schlichtherle.util.zip.ZipEntry
Returns a protective copy of the serialized Extra Fields.
getExtra(boolean) - Method in class de.schlichtherle.util.zip.ZipEntry
Returns a protective copy of the serialized Extra Fields.
getExtraDataUI() - Method in class de.schlichtherle.key.passwd.swing.CreateKeyPanel
Getter for property extraDataUI.
getExtraDataUI() - Method in class de.schlichtherle.key.passwd.swing.OpenKeyPanel
Getter for property extraDataUI.
getExtraLength() - Method in class de.schlichtherle.util.zip.ExtraFields
Returns the number of bytes required to hold the Extra Fields.
getExtraLength() - Method in class de.schlichtherle.util.zip.ZipEntry
Returns the length of the serialized Extra Fields in bytes.
getFeedback() - Method in class de.schlichtherle.key.passwd.swing.CreateKeyPanel
Returns the feedback to run when this panel is shown in its ancestor window.
getFeedback() - Method in class de.schlichtherle.key.passwd.swing.OpenKeyPanel
Returns the feedback to run when this panel is shown in its ancestor window.
getFields(boolean) - Method in class de.schlichtherle.util.zip.ZipEntry
 
getFile() - Method in class de.schlichtherle.io.archive.spi.RfsEntry
Returns the adapted file.
getFileChooser() - Static method in class de.schlichtherle.key.passwd.swing.AuthenticationPanel
Return a JFileChooser to use within this panel.
getFilePointer() - Method in class de.schlichtherle.crypto.io.CipherReadOnlyFile
 
getFilePointer() - Method in class de.schlichtherle.io.rof.BufferedReadOnlyFile
 
getFilePointer() - Method in class de.schlichtherle.io.rof.ChannelReadOnlyFile
 
getFilePointer() - Method in class de.schlichtherle.io.rof.FastReadOnlyFile
Deprecated.  
getFilePointer() - Method in class de.schlichtherle.io.rof.FilterReadOnlyFile
 
getFilePointer() - Method in class de.schlichtherle.io.rof.MemoryMappedReadOnlyFile
Deprecated.  
getFilePointer() - Method in interface de.schlichtherle.io.rof.ReadOnlyFile
 
getFiles(File, boolean) - Method in class de.schlichtherle.io.swing.FileSystemView
 
getFiles(File, boolean) - Method in class de.schlichtherle.io.swing.FilterFileSystemView
 
getFileSystem() - Method in class de.schlichtherle.io.ArchiveFileSystemController.AutoMounter
 
getFileSystem() - Method in class de.schlichtherle.io.ArchiveFileSystemController
 
getFileSystem() - Method in class de.schlichtherle.io.ArchiveFileSystemController.MountedFileSystem
 
getFileSystemView() - Static method in class de.schlichtherle.io.swing.FileSystemView
 
getFileSystemView(ArchiveDetector) - Static method in class de.schlichtherle.io.swing.FileSystemView
 
getGeneral() - Method in class de.schlichtherle.util.zip.ZipEntry
 
getGeneralBit(int) - Method in class de.schlichtherle.util.zip.ZipEntry
 
getGregorianCalendar() - Method in class de.schlichtherle.util.zip.DateTimeConverter
Returns a thread local lenient gregorian calendar for date/time conversion which has its timezone set to the return value of #newTimeZone().
getHeaderID() - Method in class de.schlichtherle.util.zip.DefaultExtraField
 
getHeaderID() - Method in class de.schlichtherle.util.zip.ExtraField
Returns the Header ID (type) of this Extra Field.
getHomeDirectory() - Method in class de.schlichtherle.io.swing.FilterFileSystemView
 
getIcon(File) - Method in class de.schlichtherle.io.swing.FileView
 
getIcon(File) - Method in class de.schlichtherle.io.swing.FilterFileView
 
getIcon(File) - Method in class de.schlichtherle.io.swing.JFileChooser
 
getIndexOfChild(Object, Object) - Method in class de.schlichtherle.io.swing.tree.FileTreeModel
 
getInnerArchive() - Method in class de.schlichtherle.io.File
Returns the innermost archive file in this path.
getInnerEntryName() - Method in class de.schlichtherle.io.File
Returns the entry name in the innermost archive file.
getInputStream(ArchiveEntry, ArchiveEntry) - Method in interface de.schlichtherle.io.archive.spi.InputArchive
Returns a new InputStream for reading the contents of the given archive entry.
getInputStream(ArchiveEntry, ArchiveEntry) - Method in class de.schlichtherle.io.archive.tar.TarInputArchive
 
getInputStream(ArchiveEntry, ArchiveEntry) - Method in class de.schlichtherle.io.archive.zip.CheckedJarInputArchive
Overridden to read from a checked input stream.
getInputStream(ArchiveEntry, ArchiveEntry) - Method in class de.schlichtherle.io.archive.zip.CheckedZipInputArchive
Overridden to read from a checked input stream.
getInputStream(ArchiveEntry, ArchiveEntry) - Method in class de.schlichtherle.io.archive.zip.ZipInputArchive
 
getInputStream(String) - Method in class de.schlichtherle.util.zip.BasicZipFile
Equivalent to getInputStream(name, false, true).
getInputStream(ZipEntry) - Method in class de.schlichtherle.util.zip.BasicZipFile
Equivalent to getInputStream(entry.getName(), false, true) instead.
getInputStream(String, boolean) - Method in class de.schlichtherle.util.zip.BasicZipFile
Deprecated.  
getInputStream(ZipEntry, boolean) - Method in class de.schlichtherle.util.zip.BasicZipFile
Deprecated.  
getInputStream(String, boolean, boolean) - Method in class de.schlichtherle.util.zip.BasicZipFile
Returns an InputStream for reading the inflated or deflated data of the given entry.
getInputStream(String, boolean, boolean) - Method in class de.schlichtherle.util.zip.ZipFile
 
getInstance(OutputStream, RaesParameters) - Static method in class de.schlichtherle.crypto.io.raes.RaesOutputStream
Creates a new instance of RaesOutputStream.
getInstance(File, RaesParameters) - Static method in class de.schlichtherle.crypto.io.raes.RaesReadOnlyFile
Creates a new instance of RaesReadOnlyFile.
getInstance(ReadOnlyFile, RaesParameters) - Static method in class de.schlichtherle.crypto.io.raes.RaesReadOnlyFile
Creates a new instance of RaesReadOnlyFile.
getInstance() - Static method in class de.schlichtherle.key.KeyManager
Returns the default instance of the key manager.
getInvalidCreateKeyFeedback() - Method in class de.schlichtherle.key.passwd.swing.PromptingKeyProviderUI
 
getInvalidOpenKeyFeedback() - Method in class de.schlichtherle.key.passwd.swing.PromptingKeyProviderUI
 
getItem() - Method in class de.schlichtherle.swing.AbstractComboBoxBrowser.ComboBoxEditorProxy
 
getKey() - Method in class de.schlichtherle.key.AbstractKeyProvider
Deprecated. You should not use this method from this class. It will be moved to a subclass in the next major version release.
getKeyFileDocument() - Method in class de.schlichtherle.key.passwd.swing.AuthenticationPanel
 
getKeyFilePath() - Method in class de.schlichtherle.key.passwd.swing.AuthenticationPanel
Returns the path of the key file.
getKeyProvider(String) - Method in class de.schlichtherle.key.KeyManager
Deprecated. Use #getKeyProvider(String, Class) instead.
getKeyProvider(String, Class) - Method in class de.schlichtherle.key.KeyManager
Returns the KeyProvider for the given resource identifier.
getKeyProvider(String, Class) - Method in class de.schlichtherle.key.PromptingKeyManager
Behaves like the super class implementation, but adds additional behaviour in case the resulting key provider is an instance of PromptingKeyProvider.
getKeySizeBits() - Method in class de.schlichtherle.crypto.io.raes.RaesOutputStream
Returns the key size in bits which is actually used to encrypt or decrypt the data for this output stream.
getKeySizeBits() - Method in class de.schlichtherle.crypto.io.raes.RaesReadOnlyFile
Returns the key size in bits which is actually used to decrypt the data of this RAES file.
getKeySizeBits() - Method in class de.schlichtherle.crypto.io.raes.Type0RaesOutputStream
 
getKeySizeBits() - Method in class de.schlichtherle.crypto.io.raes.Type0RaesReadOnlyFile
 
getKeyStrength() - Method in class de.schlichtherle.crypto.io.raes.KeyManagerRaesParameters.Type0
 
getKeyStrength() - Method in interface de.schlichtherle.crypto.io.raes.Type0RaesParameters
Returns the key strength to use for creating or overwriting the RAES file.
getKeyStrength() - Method in interface de.schlichtherle.key.AesKeyProvider
Returns the cipher key strength for the AES encryption.
getKeyStrength() - Method in class de.schlichtherle.key.passwd.swing.AesKeyStrengthPanel
Getter for the metaData property .
getKeyStrength() - Method in class de.schlichtherle.key.PromptingAesKeyProvider
 
getLastFocusedWindow() - Static method in class de.schlichtherle.awt.Windows
Returns the last window which received the focus.
getLeafIcon() - Method in class de.schlichtherle.io.swing.tree.FileTreeCellRenderer
 
getLevel() - Method in class de.schlichtherle.io.archive.tar.TarBZip2Driver
Returns the value of the property inBlockSize which was provided to the constructor.
getLevel() - Method in class de.schlichtherle.io.archive.tar.TarGZipDriver
Returns the value of the property preambled which was provided to the constructor.
getLevel() - Method in class de.schlichtherle.io.archive.zip.ZipDriver
Returns the value of the property level which was provided to the constructor.
getLevel() - Method in class de.schlichtherle.util.zip.BasicZipOutputStream
Returns the compression level currently used.
getLevel() - Method in class de.schlichtherle.util.zip.BasicZipOutputStream.ZipDeflater
 
getLevel() - Method in class de.schlichtherle.util.zip.ZipOutputStream
 
getListeners(Class) - Method in class de.schlichtherle.swing.EnhancedPanel
 
getLiveArchiveStatistics() - Static method in class de.schlichtherle.io.ArchiveControllers
 
getLiveArchiveStatistics() - Static method in class de.schlichtherle.io.File
Returns a proxy instance which encapsulates live statistics about the total set of archives operated by this package.
getMaxPrintExceptions() - Static method in exception de.schlichtherle.io.ChainableIOException
 
getMessage() - Method in exception de.schlichtherle.io.ArchiveController.ArchiveEntryNotFoundException
 
getMessage() - Method in exception de.schlichtherle.io.ArchiveController.ArchiveFileNotFoundException
 
getMessage() - Method in exception de.schlichtherle.io.ArchiveFileSystem.ArchiveFileSystemException
 
getMetaData() - Method in interface de.schlichtherle.io.archive.spi.ArchiveEntry
Returns the meta data for this archive entry.
getMetaData() - Method in interface de.schlichtherle.io.archive.spi.InputArchive
Returns the meta data for this input archive.
getMetaData() - Method in class de.schlichtherle.io.archive.spi.MultiplexedOutputArchive
 
getMetaData() - Method in interface de.schlichtherle.io.archive.spi.OutputArchive
Returns the meta data for this input archive.
getMetaData() - Method in class de.schlichtherle.io.archive.spi.RfsEntry
Returns null.
getMetaData() - Method in class de.schlichtherle.io.archive.tar.TarEntry
 
getMetaData() - Method in class de.schlichtherle.io.archive.tar.TarInputArchive
 
getMetaData() - Method in class de.schlichtherle.io.archive.tar.TarOutputArchive
 
getMetaData() - Method in class de.schlichtherle.io.archive.zip.ZipEntry
 
getMetaData() - Method in class de.schlichtherle.io.archive.zip.ZipInputArchive
 
getMetaData() - Method in class de.schlichtherle.io.archive.zip.ZipOutputArchive
 
getMethod() - Method in class de.schlichtherle.util.zip.BasicZipOutputStream
Returns the default compression method for subsequent entries.
getMethod() - Method in class de.schlichtherle.util.zip.ZipEntry
Returns the compression method for this entry.
getMethod() - Method in class de.schlichtherle.util.zip.ZipOutputStream
 
getName() - Method in interface de.schlichtherle.io.archive.spi.ArchiveEntry
Returns the archive entry name.
getName(File) - Static method in class de.schlichtherle.io.archive.spi.RfsEntry
 
getName() - Method in class de.schlichtherle.io.archive.spi.RfsEntry
Returns the name provided to the constructor.
getName(TarEntry) - Static method in class de.schlichtherle.io.archive.tar.TarInputArchive
Returns the fixed name of the given TAR entry, ensuring that it ends with a EntryName#SEPARATOR if it's a directory.
getName() - Method in class de.schlichtherle.io.File
 
getName(File) - Method in class de.schlichtherle.io.swing.FilterFileView
 
getName() - Method in class de.schlichtherle.util.zip.ZipEntry
Returns the ZIP entry name.
getName() - Method in class de.schlichtherle.util.zip.ZipFile
Returns the path name of the ZIP file or null if this object was created with a ReadOnlyFile.
getNameLength(String) - Method in class de.schlichtherle.util.zip.ZipEntry
 
getNonArchivedParentFile() - Method in class de.schlichtherle.io.File
Returns the first parent directory (starting from this file) which is not an archive file or a file located in an archive file.
getNonArchiveFile(String, ArchiveDetector) - Static method in class de.schlichtherle.io.RaesFiles
Creates a file object which uses the provided ArchiveDetector, but does not recognize its own pathname as an archive file.
getNormalizedAbsoluteFile() - Method in class de.schlichtherle.io.File
Similar to File.getAbsoluteFile(), but removes any "." and ".." directories from the path wherever possible.
getNormalizedAbsolutePath() - Method in class de.schlichtherle.io.File
Similar to File.getAbsolutePath(), but removes any "." and ".." directories from the path wherever possible.
getNormalizedFile() - Method in class de.schlichtherle.io.File
Removes any "." and ".."
getNormalizedPath() - Method in class de.schlichtherle.io.File
Removes any ".", ".." and empty directories from the path wherever possible.
getNumArchiveEntries() - Method in interface de.schlichtherle.io.archive.spi.InputArchive
Returns the number of ArchiveEntry instances in this archive.
getNumArchiveEntries() - Method in class de.schlichtherle.io.archive.spi.MultiplexedOutputArchive
 
getNumArchiveEntries() - Method in interface de.schlichtherle.io.archive.spi.OutputArchive
Returns the number of ArchiveEntry instances in this archive.
getNumArchiveEntries() - Method in class de.schlichtherle.io.archive.tar.TarInputArchive
 
getNumArchiveEntries() - Method in class de.schlichtherle.io.archive.tar.TarOutputArchive
 
getNumArchiveEntries() - Method in class de.schlichtherle.io.archive.zip.ZipInputArchive
 
getNumArchiveEntries() - Method in class de.schlichtherle.io.archive.zip.ZipOutputArchive
 
getNumExceptions() - Method in exception de.schlichtherle.io.ChainableIOException
 
getNumStreams() - Method in exception de.schlichtherle.io.ArchiveInputBusyException
Returns the number of open entry input streams, whereby an open stream is a stream which's close() method hasn't been called.
getNumStreams() - Method in exception de.schlichtherle.io.ArchiveInputBusyWarningException
Returns the number of open entry input streams, whereby an open stream is a stream which's close() method hasn't been called.
getNumStreams() - Method in exception de.schlichtherle.io.ArchiveOutputBusyException
Returns the number of open entry output streams, whereby an open stream is a stream which's close() method hasn't been called.
getNumStreams() - Method in exception de.schlichtherle.io.ArchiveOutputBusyWarningException
Returns the number of open entry output streams, whereby an open stream is a stream which's close() method hasn't been called.
getOffset() - Method in class de.schlichtherle.util.zip.ZipEntry
 
getOffset32() - Method in class de.schlichtherle.util.zip.ZipEntry
 
getOpenIcon(Archive) - Method in class de.schlichtherle.io.archive.spi.AbstractArchiveDriver
Returns the value of the property openIcon which was provided to the constructor.
getOpenIcon(Archive) - Method in interface de.schlichtherle.io.archive.spi.ArchiveDriver
Returns the icon that FileTreeCellRenderer should display for the given archive.
getOpenIcon() - Method in interface de.schlichtherle.io.archive.spi.ArchiveEntry
Returns the icon that FileTreeCellRenderer should display for this entry if it is open/expanded in the view.
getOpenIcon() - Method in class de.schlichtherle.io.archive.spi.RfsEntry
Returns null.
getOpenIcon() - Method in class de.schlichtherle.io.archive.tar.TarEntry
 
getOpenIcon() - Method in class de.schlichtherle.io.archive.zip.ZipEntry
 
getOpenIcon(String) - Method in class de.schlichtherle.io.ArchiveController
 
getOpenIcon(String) - Method in class de.schlichtherle.io.ArchiveFileSystem
 
getOpenIcon() - Method in class de.schlichtherle.io.File
Returns an icon for this file or directory if it is in open state for JFileTree or null if the default should be used.
getOpenIcon() - Method in class de.schlichtherle.io.swing.tree.FileTreeCellRenderer
 
getOpenIcon0(String) - Method in class de.schlichtherle.io.ArchiveController
 
getOpenKey() - Method in class de.schlichtherle.key.AbstractKeyProvider
Forwards the call to AbstractKeyProvider.getOpenKeyImpl() and enforces a three seconds suspension penalty if AbstractKeyProvider.invalidOpenKey() was called by the same thread before.
getOpenKey() - Method in interface de.schlichtherle.key.KeyProvider
Returns the key which may be used to open an existing protected resource in order to access its contents.
getOpenKey() - Method in class de.schlichtherle.key.passwd.swing.OpenKeyPanel
Getter for property openKey.
getOpenKey(PromptingKeyProvider) - Method in class de.schlichtherle.key.PromptingKeyProvider.Cancelled
 
getOpenKey(PromptingKeyProvider) - Method in class de.schlichtherle.key.PromptingKeyProvider.KeyInvalidated
 
getOpenKey(PromptingKeyProvider) - Method in class de.schlichtherle.key.PromptingKeyProvider.KeyProvided
 
getOpenKey(PromptingKeyProvider) - Method in class de.schlichtherle.key.PromptingKeyProvider.Reset
 
getOpenKey(PromptingKeyProvider) - Method in class de.schlichtherle.key.PromptingKeyProvider.State
 
getOpenKeyImpl() - Method in class de.schlichtherle.key.AbstractKeyProvider
Returns the key which should be used to open an existing protected resource in order to access its contents.
getOpenKeyImpl() - Method in class de.schlichtherle.key.PromptingKeyProvider
Returns a clone of the key which may be used to open an existing protected resource in order to access its contents.
getOpenKeyPanel() - Method in class de.schlichtherle.key.passwd.swing.PromptingKeyProviderUI
Deprecated. This method is not used anymore and will be removed for the next major release number. It's use may dead lock the GUI. Use PromptingKeyProviderUI.createOpenKeyPanel() instead.
getOpenPasswd() - Method in class de.schlichtherle.crypto.io.raes.KeyManagerRaesParameters.Type0
 
getOpenPasswd() - Method in interface de.schlichtherle.crypto.io.raes.Type0RaesParameters
Returns the password required to open the RAES type 0 file for reading.
getOutputStream(ArchiveEntry, ArchiveEntry) - Method in class de.schlichtherle.io.archive.spi.MultiplexedOutputArchive
 
getOutputStream(ArchiveEntry, ArchiveEntry) - Method in interface de.schlichtherle.io.archive.spi.OutputArchive
Returns a new OutputStream for writing the contents of the given archive entry.
getOutputStream(ArchiveEntry, ArchiveEntry) - Method in class de.schlichtherle.io.archive.tar.TarOutputArchive
 
getOutputStream(ArchiveEntry, ArchiveEntry) - Method in class de.schlichtherle.io.archive.zip.OdfOutputArchive
 
getOutputStream(ArchiveEntry, ArchiveEntry) - Method in class de.schlichtherle.io.archive.zip.ZipOutputArchive
 
getPanel() - Method in class de.schlichtherle.key.passwd.swing.BasicFeedback
 
getPanel() - Method in interface de.schlichtherle.key.passwd.swing.Feedback
Returns the panel which is used to provide feedback.
getPanelListeners() - Method in class de.schlichtherle.swing.EnhancedPanel
Returns an array of all the panel listeners registered on this component.
getParameters(Class) - Method in class de.schlichtherle.crypto.io.raes.KeyManagerRaesParameters
 
getParameters(Class) - Method in interface de.schlichtherle.crypto.io.raes.RaesParametersAgent
Requests an RaesParameters instance of the given type.
getParent() - Method in class de.schlichtherle.io.File
 
getParentDirectory(File) - Method in class de.schlichtherle.io.swing.FileSystemView
 
getParentDirectory(File) - Method in class de.schlichtherle.io.swing.FilterFileSystemView
 
getParentFile() - Method in class de.schlichtherle.io.File
Behaves like the superclass implementation, but actually either returns null or a new instance of this class, so you can safely cast it.
getParentWindow() - Static method in class de.schlichtherle.awt.Windows
Returns a suitable parent window, which is the last explicitly set and still showing parent window or any of its showing parent windows, the last focused and still showing window or any of its showing parent windows or any other showing window - whichever is found first.
getParentWindow() - Static method in class de.schlichtherle.key.passwd.swing.PromptingKeyManager
Returns the parent window of the last focused window.
getPath() - Method in interface de.schlichtherle.io.archive.Archive
Returns the canonical path of the archive file.
getPath() - Method in class de.schlichtherle.io.ArchiveController
 
getPath() - Method in class de.schlichtherle.io.File
 
getPlatform() - Method in class de.schlichtherle.util.zip.ZipEntry
 
getPostambled() - Method in class de.schlichtherle.io.archive.zip.ZipDriver
Returns the value of the property postambled which was provided to the constructor.
getPostambleInputStream() - Method in class de.schlichtherle.util.zip.BasicZipFile
Returns an BasicZipFile.PooledInflaterInputStream to read the postamble of this ZIP compatible file.
getPostambleInputStream() - Method in class de.schlichtherle.util.zip.ZipFile
 
getPostambleLength() - Method in class de.schlichtherle.util.zip.BasicZipFile
Returns the length of the postamble of this ZIP compatible file in bytes.
getPreambled() - Method in class de.schlichtherle.io.archive.zip.ZipDriver
Returns the value of the property preambled which was provided to the constructor.
getPreambleInputStream() - Method in class de.schlichtherle.util.zip.BasicZipFile
Returns an BasicZipFile.PooledInflaterInputStream to read the preamble of this ZIP compatible file.
getPreambleInputStream() - Method in class de.schlichtherle.util.zip.ZipFile
 
getPreambleLength() - Method in class de.schlichtherle.util.zip.BasicZipFile
Returns the length of the preamble of this ZIP compatible file in bytes.
getPrior() - Method in exception de.schlichtherle.io.ChainableIOException
 
getPriority() - Method in exception de.schlichtherle.io.ArchiveBusyException
 
getPriority() - Method in exception de.schlichtherle.io.ArchiveWarningException
 
getPriority() - Method in exception de.schlichtherle.io.ChainableIOException
Returns the priority for this class of exception.
getRaesParameters(Archive) - Method in class de.schlichtherle.io.archive.zip.raes.AbstractZipRaesDriver
Returns the RaesParameters for the given canonical path name.
getResourceID() - Method in class de.schlichtherle.key.passwd.swing.CreateKeyPanel
Getter for property resourceID.
getResourceID() - Method in class de.schlichtherle.key.passwd.swing.OpenKeyPanel
Getter for property resourceID.
getResourceID() - Method in class de.schlichtherle.key.PromptingKeyProvider
Returns the unique resource identifier of the protected resource for which this key provider is used.
getResources(String, Class) - Static method in class de.schlichtherle.util.ClassLoaders
Deprecated. Concatenates the enumeration of the resource name on the class path by using the class loader of the class loadingClass and the current thread's context class loader or, if not available, the system class loader.
getRoot() - Method in class de.schlichtherle.io.ArchiveFileSystem
Returns the virtual root directory of this file system.
getRoot() - Method in class de.schlichtherle.io.swing.tree.FileTreeModel
Returns the root of this tree model.
getRoots() - Method in class de.schlichtherle.io.swing.FilterFileSystemView
 
getSelectedFile() - Method in class de.schlichtherle.io.swing.JFileChooser
Returns a de.schlichtherle.io.File instead of java.io.File.
getSelectedFiles() - Method in class de.schlichtherle.io.swing.JFileChooser
Returns an array of de.schlichtherle.io.File objects instead of java.io.File objects.
getServices() - Static method in class de.schlichtherle.io.GlobalArchiveDriverRegistry
Returns the ordered list of relative path names for configuration files.
getSize() - Method in interface de.schlichtherle.io.archive.spi.ArchiveEntry
Returns the (uncompressed) size of the archive entry in bytes, or UNKNOWN if not specified.
getSize() - Method in class de.schlichtherle.io.archive.spi.RfsEntry
Returns the file size.
getSize() - Method in class de.schlichtherle.util.zip.ZipEntry
Returns the (Uncompressed) Size of this entry.
getSize32() - Method in class de.schlichtherle.util.zip.ZipEntry
 
getSourcePanel() - Method in class de.schlichtherle.swing.event.PanelEvent
Returns the source of this event as an EnhancedPanel or null if it's not an instance of this class.
getState() - Method in class de.schlichtherle.key.PromptingKeyProvider
 
getString(String) - Static method in class de.schlichtherle.io.ArchiveDriverRegistry
 
getString(String, String) - Static method in class de.schlichtherle.io.ArchiveDriverRegistry
 
getSuffix(String) - Method in class de.schlichtherle.io.swing.JFileTree
 
getSuffixes() - Method in class de.schlichtherle.io.DefaultArchiveDetector
Returns the set of archive file suffixes recognized by this archive detector in canonical form.
getSystemDisplayName(File) - Method in class de.schlichtherle.io.swing.FileSystemView
 
getSystemDisplayName(File) - Method in class de.schlichtherle.io.swing.FilterFileSystemView
 
getSystemIcon(File) - Method in class de.schlichtherle.io.swing.FileSystemView
 
getSystemIcon(File) - Method in class de.schlichtherle.io.swing.FilterFileSystemView
 
getSystemTypeDescription(File) - Method in class de.schlichtherle.io.swing.FileSystemView
 
getSystemTypeDescription(File) - Method in class de.schlichtherle.io.swing.FilterFileSystemView
 
getTarget() - Method in class de.schlichtherle.io.ArchiveController
Returns the canonical or at least normalized absolute java.io.File object for the archive file to control.
getTime() - Method in interface de.schlichtherle.io.archive.spi.ArchiveEntry
Returns the last modification time of this archive entry since the epoch, or UNKNOWN if not specified.
getTime() - Method in class de.schlichtherle.io.archive.spi.RfsEntry
Returns the file's last modification time.
getTime() - Method in class de.schlichtherle.io.archive.tar.TarEntry
 
getTime() - Method in class de.schlichtherle.util.zip.ZipEntry
 
getTimeout() - Method in exception de.schlichtherle.awt.EventDispatchTimeoutException
 
getTopLevelArchive() - Method in class de.schlichtherle.io.File
Returns The top level archive file in the path or null if this path does not denote an archive.
getTopLevelArchivesTotal() - Method in class de.schlichtherle.io.ArchiveControllers.LiveArchiveStatistics
 
getTopLevelArchivesTotal() - Method in interface de.schlichtherle.io.ArchiveStatistics
Returns the total number of top level archives operated by this package.
getTopLevelArchivesTouched() - Method in class de.schlichtherle.io.ArchiveControllers.LiveArchiveStatistics
 
getTopLevelArchivesTouched() - Method in interface de.schlichtherle.io.ArchiveStatistics
Returns the number of top level archives which have been changed and hence need to be processed on the next call to File.update() or File.umount().
getTotal() - Static method in class de.schlichtherle.io.CountingOutputStream
Returns the total number of bytes written.
getTotal() - Static method in class de.schlichtherle.io.CountingReadOnlyFile
Returns the total number of bytes read.
getTransientCause() - Method in exception de.schlichtherle.io.archive.spi.TransientIOException
Returns the transient cause of this exception as an IOException - null is never returned.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class de.schlichtherle.io.swing.tree.FileTreeCellRenderer
 
getTreePath(File) - Method in class de.schlichtherle.io.swing.tree.FileTreeModel
Deprecated. Use FileTreeModel.createTreePath(java.io.File) instead.
getTypeDescription(File) - Method in class de.schlichtherle.io.swing.FileView
 
getTypeDescription(File) - Method in class de.schlichtherle.io.swing.FilterFileView
 
getTypeDescription(File) - Method in class de.schlichtherle.io.swing.JFileChooser
 
getUI(String) - Method in class de.schlichtherle.key.PromptingKeyManager
 
getUI() - Method in class de.schlichtherle.key.PromptingKeyProvider
 
getUIClassID() - Method in class de.schlichtherle.key.PromptingAesKeyProvider
 
getUIClassID() - Method in class de.schlichtherle.key.PromptingKeyProvider
Returns the identifier which is used by the PromptingKeyManager to look up an instance of the PromptingKeyProviderUI user interface class which is then used to prompt the user for a key.
getUnderlyingCipher() - Method in class de.schlichtherle.crypto.modes.SICSeekableBlockCipher
return the underlying blockCounter cipher that we are wrapping.
getUnknownCreateKeyFeedback() - Method in class de.schlichtherle.key.passwd.swing.PromptingKeyProviderUI
 
getUnknownOpenKeyFeedback() - Method in class de.schlichtherle.key.passwd.swing.PromptingKeyProviderUI
 
getUpdateTotalByteCountRead() - Method in class de.schlichtherle.io.ArchiveControllers.LiveArchiveStatistics
 
getUpdateTotalByteCountRead() - Method in interface de.schlichtherle.io.ArchiveStatistics
Returns the total number of bytes read from all non-enclosed archive files which are updated during File.update() or File.umount().
getUpdateTotalByteCountWritten() - Method in class de.schlichtherle.io.ArchiveControllers.LiveArchiveStatistics
 
getUpdateTotalByteCountWritten() - Method in interface de.schlichtherle.io.ArchiveStatistics
Returns the total number of bytes written to all non-enclosed archive files which are updated during File.update() or File.umount().
getValue() - Method in class de.schlichtherle.util.ThreadLocalLong
 
GlobalArchiveDriverRegistry - Class in de.schlichtherle.io
A global registry for archive file suffixes and archive drivers which is configured by the set of all configuration files on the class path.
GlobalArchiveDriverRegistry() - Constructor for class de.schlichtherle.io.GlobalArchiveDriverRegistry
Creates a new GlobalArchiveDriverRegistry.

TrueZIP 6.8.3
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.