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

C

cancelEditing() - Method in class de.schlichtherle.io.swing.JFileTree
 
canonical(String) - Method in class de.schlichtherle.util.CanonicalStringSet
Deprecated. Override and use CanonicalStringSet.canonicalize(java.lang.String) instead.
canonicalize(String) - Method in class de.schlichtherle.io.util.SuffixSet
Returns the canonical form of suffix or null if the given suffix does not have a canonical form.
canonicalize(String) - Method in class de.schlichtherle.util.CanonicalStringSet
A template method which returns the canonical form of s or null if the given string does not have a canonical form.
CanonicalStringSet - Class in de.schlichtherle.util
A set of canonicalized strings in natural order.
CanonicalStringSet(char) - Constructor for class de.schlichtherle.util.CanonicalStringSet
Constructs a new, empty set of canonical strings.
CanonicalStringSet(char, CanonicalStringSet) - Constructor for class de.schlichtherle.util.CanonicalStringSet
Constructs a new set of canonical strings from the given set of canonical strings.
CanonicalStringSet(char, String) - Constructor for class de.schlichtherle.util.CanonicalStringSet
Deprecated. This constructor is dangerous: It may call CanonicalStringSet.canonicalize(java.lang.String), which may result in a call from a superclass if this constructor is called from a subclass.
canRead() - Method in class de.schlichtherle.io.File
 
canWrite() - Method in class de.schlichtherle.io.File
 
cat(InputStream, OutputStream) - Static method in class de.schlichtherle.io.File
Copies all data from one stream to another without closing them.
catFrom(InputStream) - Method in class de.schlichtherle.io.File
Copies the input stream in to this file or entry in an archive file without closing the input stream.
catTo(OutputStream) - Method in class de.schlichtherle.io.File
Copies this file or entry in an archive file to the output stream out without closing it.
ChainableIOException - Exception in de.schlichtherle.io
Represents a chain of IOExceptions.
ChainableIOException(ChainableIOException) - Constructor for exception de.schlichtherle.io.ChainableIOException
Constructs a new exception with the specified prior exception.
ChainableIOException(ChainableIOException, String) - Constructor for exception de.schlichtherle.io.ChainableIOException
Constructs a new exception with the specified prior exception and a message.
ChainableIOException(ChainableIOException, IOException) - Constructor for exception de.schlichtherle.io.ChainableIOException
Constructs a new exception with the specified prior exception and the cause.
ChainableIOException(ChainableIOException, String, IOException) - Constructor for exception de.schlichtherle.io.ChainableIOException
Constructs a new exception with the specified prior exception, a message and a cause.
ChannelReadOnlyFile - Class in de.schlichtherle.io.rof
A ReadOnlyFile implementation using file channels.
ChannelReadOnlyFile(File) - Constructor for class de.schlichtherle.io.rof.ChannelReadOnlyFile
 
charsetForName(String) - Method in class de.schlichtherle.nio.charset.spi.CharsetProvider
 
CharsetProvider - Class in de.schlichtherle.nio.charset.spi
A charset provider that only provides the IBM437 character set, also known as CP437.
CharsetProvider() - Constructor for class de.schlichtherle.nio.charset.spi.CharsetProvider
 
charsets() - Method in class de.schlichtherle.nio.charset.spi.CharsetProvider
 
CheckedJarDriver - Class in de.schlichtherle.io.archive.zip
An archive driver for JAR files which checks the CRC-32 value for all ZIP entries in input archives.
CheckedJarDriver() - Constructor for class de.schlichtherle.io.archive.zip.CheckedJarDriver
Equivalent to this(null, null, false, false, DEFAULT_LEVEL).
CheckedJarDriver(int) - Constructor for class de.schlichtherle.io.archive.zip.CheckedJarDriver
Equivalent to this(null, null, false, false, level).
CheckedJarDriver(Icon, Icon, boolean, boolean, int) - Constructor for class de.schlichtherle.io.archive.zip.CheckedJarDriver
Constructs a new checked JAR driver.
CheckedJarInputArchive - Class in de.schlichtherle.io.archive.zip
A JarInputArchive which checks the CRC-32 value for all JAR entries.
CheckedJarInputArchive(ReadOnlyFile, String, boolean, boolean) - Constructor for class de.schlichtherle.io.archive.zip.CheckedJarInputArchive
 
CheckedOdfDriver - Class in de.schlichtherle.io.archive.zip
An archive driver for ODF files which checks the CRC-32 value for all ZIP entries in input archives.
CheckedOdfDriver() - Constructor for class de.schlichtherle.io.archive.zip.CheckedOdfDriver
Equivalent to this(null, null, false, false, DEFAULT_LEVEL).
CheckedOdfDriver(int) - Constructor for class de.schlichtherle.io.archive.zip.CheckedOdfDriver
Equivalent to this(null, null, false, false, level).
CheckedOdfDriver(Icon, Icon, boolean, boolean, int) - Constructor for class de.schlichtherle.io.archive.zip.CheckedOdfDriver
Constructs a new checked ODF driver.
CheckedReadOnlySfxDriver - Class in de.schlichtherle.io.archive.zip
An archive driver for SFX/EXE files which checks the CRC-32 value for all ZIP entries in input archives.
CheckedReadOnlySfxDriver() - Constructor for class de.schlichtherle.io.archive.zip.CheckedReadOnlySfxDriver
Equivalent to this(DEFAULT_CHARSET, null, null, false, DEFAULT_LEVEL).
CheckedReadOnlySfxDriver(String) - Constructor for class de.schlichtherle.io.archive.zip.CheckedReadOnlySfxDriver
Equivalent to this(charset, null, null, false, DEFAULT_LEVEL).
CheckedReadOnlySfxDriver(int) - Constructor for class de.schlichtherle.io.archive.zip.CheckedReadOnlySfxDriver
Equivalent to this(DEFAULT_CHARSET, null, null, false, level).
CheckedReadOnlySfxDriver(String, Icon, Icon, boolean, int) - Constructor for class de.schlichtherle.io.archive.zip.CheckedReadOnlySfxDriver
Constructs a new checked read-only SFX/EXE driver.
CheckedZip32Driver - Class in de.schlichtherle.io.archive.zip
Deprecated. Use CheckedZipDriver instead.
CheckedZip32Driver() - Constructor for class de.schlichtherle.io.archive.zip.CheckedZip32Driver
Deprecated.  
CheckedZip32Driver(String) - Constructor for class de.schlichtherle.io.archive.zip.CheckedZip32Driver
Deprecated.  
CheckedZip32Driver(int) - Constructor for class de.schlichtherle.io.archive.zip.CheckedZip32Driver
Deprecated.  
CheckedZip32Driver(String, Icon, Icon, boolean, boolean, int) - Constructor for class de.schlichtherle.io.archive.zip.CheckedZip32Driver
Deprecated.  
CheckedZip32InputArchive - Class in de.schlichtherle.io.archive.zip
Deprecated. Use CheckedZipInputArchive instead.
CheckedZip32InputArchive(ReadOnlyFile, String, boolean, boolean) - Constructor for class de.schlichtherle.io.archive.zip.CheckedZip32InputArchive
Deprecated.  
CheckedZip32OutputArchive - Class in de.schlichtherle.io.archive.zip
Deprecated. Use ZipOutputArchive instead.
CheckedZip32OutputArchive(OutputStream, String, Zip32InputArchive) - Constructor for class de.schlichtherle.io.archive.zip.CheckedZip32OutputArchive
Deprecated.  
CheckedZipDriver - Class in de.schlichtherle.io.archive.zip
An archive driver for ZIP files which checks the CRC-32 values for all ZIP entries in input archives.
CheckedZipDriver() - Constructor for class de.schlichtherle.io.archive.zip.CheckedZipDriver
Equivalent to this(DEFAULT_CHARSET, null, null, false, false, DEFAULT_LEVEL).
CheckedZipDriver(String) - Constructor for class de.schlichtherle.io.archive.zip.CheckedZipDriver
Equivalent to this(charset, null, null, false, false, DEFAULT_LEVEL).
CheckedZipDriver(int) - Constructor for class de.schlichtherle.io.archive.zip.CheckedZipDriver
Equivalent to this(charset, null, null, false, false, DEFAULT_LEVEL).
CheckedZipDriver(String, Icon, Icon, boolean, boolean, int) - Constructor for class de.schlichtherle.io.archive.zip.CheckedZipDriver
Constructs a new checked ZIP driver.
CheckedZipInputArchive - Class in de.schlichtherle.io.archive.zip
A ZipInputArchive which checks the CRC-32 value for all ZIP entries.
CheckedZipInputArchive(ReadOnlyFile, String, boolean, boolean) - Constructor for class de.schlichtherle.io.archive.zip.CheckedZipInputArchive
 
checkKeyFileCreateKey(byte[]) - Method in class de.schlichtherle.key.passwd.swing.CreateKeyPanel
Check the data entropy in the new key.
checkPasswdCreateKey(char[]) - Method in class de.schlichtherle.key.passwd.swing.CreateKeyPanel
 
cipher - Variable in class de.schlichtherle.crypto.io.CipherOutputStream
The buffered block cipher used for preprocessing the output.
CipherOutputStream - Class in de.schlichtherle.crypto.io
Similar to javax.crypto.CipherOutputStream, with some exceptions: This implementation uses Bouncy Castle's lightweight API.
CipherOutputStream(OutputStream, BufferedBlockCipher) - Constructor for class de.schlichtherle.crypto.io.CipherOutputStream
Creates a new instance of CipherOutputStream.
CipherReadOnlyFile - Class in de.schlichtherle.crypto.io
A read only file for transparent random read access to an encrypted file.
CipherReadOnlyFile(ReadOnlyFile) - Constructor for class de.schlichtherle.crypto.io.CipherReadOnlyFile
Creates a read only file for transparent random read access to an encrypted file.
clear() - Method in class de.schlichtherle.util.CanonicalStringSet
 
clone() - Method in class de.schlichtherle.io.archive.zip.ZipEntry
Throws an UnsupportedOperationException.
clone() - Method in exception de.schlichtherle.io.ChainableIOException
Returns a shallow clone of this exception.
clone() - Method in class de.schlichtherle.util.zip.ZipEntry
 
cloneKey() - Method in class de.schlichtherle.key.AbstractKeyProvider
Deprecated. You should not use or override this method. This method will vanish in the next major version release.
close() - Method in class de.schlichtherle.crypto.io.CipherOutputStream
Closes this output stream and releases any resources associated with it.
close() - Method in class de.schlichtherle.crypto.io.CipherReadOnlyFile
Closes this read only file and releases any resources associated with it.
close() - Method in interface de.schlichtherle.io.archive.spi.InputArchive
Closes this input archive and releases any system resources associated with it.
close() - Method in class de.schlichtherle.io.archive.spi.MultiplexedOutputArchive
 
close() - Method in interface de.schlichtherle.io.archive.spi.OutputArchive
Closes this output archive and releases any system resources associated with it.
close() - Method in class de.schlichtherle.io.archive.tar.TarInputArchive
 
close() - Method in class de.schlichtherle.io.archive.zip.OdfOutputArchive
 
close() - Method in class de.schlichtherle.io.rof.BufferedReadOnlyFile
Closes this read only file.
close() - Method in class de.schlichtherle.io.rof.ChannelReadOnlyFile
 
close() - Method in class de.schlichtherle.io.rof.FastReadOnlyFile
Deprecated.  
close() - Method in class de.schlichtherle.io.rof.FilterReadOnlyFile
 
close() - Method in class de.schlichtherle.io.rof.MemoryMappedReadOnlyFile
Deprecated.  
close() - Method in interface de.schlichtherle.io.rof.ReadOnlyFile
 
close() - Method in class de.schlichtherle.io.rof.ReadOnlyFileInputStream
 
close() - Method in class de.schlichtherle.io.util.SynchronizedInputStream
Synchronizes on the SynchronizedInputStream.lock and calls SynchronizedInputStream.doClose().
close() - Method in class de.schlichtherle.io.util.SynchronizedOutputStream
Synchronizes on the SynchronizedOutputStream.lock and calls SynchronizedOutputStream.doClose().
close() - Method in class de.schlichtherle.util.zip.BasicZipFile
Closes the file.
close() - Method in class de.schlichtherle.util.zip.BasicZipOutputStream
Closes this output stream and releases any system resources associated with the stream.
close() - Method in class de.schlichtherle.util.zip.ZipFile
 
close() - Method in class de.schlichtherle.util.zip.ZipOutputStream
 
closeEntry() - Method in class de.schlichtherle.util.zip.BasicZipOutputStream
Writes all necessary data for this entry to the underlying stream.
closeEntry() - Method in class de.schlichtherle.util.zip.ZipOutputStream
 
coalesceEvents(AWTEvent, AWTEvent) - Method in class de.schlichtherle.swing.EnhancedPanel
Deprecated. See EnhancedPanel.
compareTo(File) - Method in class de.schlichtherle.io.File
Compares this file's path to the given file's path.
computeMac(Mac) - Method in class de.schlichtherle.crypto.io.CipherReadOnlyFile
Returns the authentication code of the encrypted data in this cipher read only file using the given Message Authentication Code (MAC) object.
con - Static variable in class de.schlichtherle.key.passwd.console.PromptingKeyProviderUI
The console to use for I/O.
contains(File) - Method in class de.schlichtherle.io.File
Returns true if and only if the path represented by this instance contains the path represented by the specified file, where a path is said to contain another path if and only if it is equal or a parent of the other path.
contains(File, File) - Static method in class de.schlichtherle.io.File
Returns true if and only if the path represented by a contains the path represented by b, where a path is said to contain another path if and only if it is equal or a parent of the other path.
contains(Charset) - Method in class de.schlichtherle.nio.charset.OctetCharset
 
contains(Object) - Method in class de.schlichtherle.util.CanonicalStringSet
Tests if the canonical form of all strings in the given string list is contained in this set.
containsAll(CanonicalStringSet) - Method in class de.schlichtherle.util.CanonicalStringSet
Tests if all canonical strings in the given set are contained in this set.
containsAll(String) - Method in class de.schlichtherle.util.CanonicalStringSet
Tests if the canonical form of all strings in the given string list is contained in this set.
ContainsFileException - Exception in de.schlichtherle.io
Thrown if two paths are referring to the same file or contain each other.
ContainsFileException(File, File) - Constructor for exception de.schlichtherle.io.ContainsFileException
Creates a new instance of ContainsFileException.
convertValueToText(Object, boolean, boolean, boolean, int, boolean) - Method in class de.schlichtherle.io.swing.JFileTree
 
copyAllFrom(File) - Method in class de.schlichtherle.io.File
Recursively copies the file or directory src to this file or directory.
copyAllFrom(File, ArchiveDetector) - Method in class de.schlichtherle.io.File
Recursively copies the file or directory src to this file or directory.
copyAllFrom(File, ArchiveDetector, ArchiveDetector) - Method in class de.schlichtherle.io.File
Recursively copies the file or directory src to this file or directory.
copyAllTo(File) - Method in class de.schlichtherle.io.File
Recursively copies this file or directory to the file or directory dst.
copyAllTo(File, ArchiveDetector) - Method in class de.schlichtherle.io.File
Recursively copies this file or directory to the file or directory dst.
copyAllTo(File, ArchiveDetector, ArchiveDetector) - Method in class de.schlichtherle.io.File
Recursively copies this file or directory to the file or directory dst.
copyAllTo(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.
copyAllTo(File, File) - Method in class de.schlichtherle.io.swing.tree.FileTreeModel
Copies oldNode to node recursively and updates the tree accordingly.
copyFrom(InputStream) - Method in class de.schlichtherle.io.File
Copies the input stream in to this file and closes it.
copyFrom(File) - Method in class de.schlichtherle.io.File
Copies the file src to this file.
copyFrom(File, InputStream) - 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.
copyFrom(File, InputStream) - Method in class de.schlichtherle.io.swing.tree.FileTreeModel
Creates node as a new file with the contents read from in and updates the tree accordingly.
copyTo(OutputStream) - Method in class de.schlichtherle.io.File
Copies this file to the output stream out and closes it.
copyTo(File) - Method in class de.schlichtherle.io.File
Copies this file to the file dst.
copyTo(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.
copyTo(File, File) - Method in class de.schlichtherle.io.swing.tree.FileTreeModel
Copies oldNode to node and updates the tree accordingly.
cp(InputStream, OutputStream) - Static method in class de.schlichtherle.io.File
Copies the input stream in to the output stream out.
cp(File, File) - Static method in class de.schlichtherle.io.File
Copies src to dst.
cp_p(File, File) - Static method in class de.schlichtherle.io.File
Copies src to dst and tries to preserve all attributes of the source file to the destination file, too.
CRC32Exception - Exception in de.schlichtherle.util.zip
Thrown to indicate a CRC-32 mismatch between the declared value in the Central File Header and the Data Descriptor or between the declared value and the computed value from the decompressed data.
createAesKeyStrengthPanel() - Method in class de.schlichtherle.key.passwd.swing.PromptingAesKeyProviderUI
A factory method to create the AES Key Strength Panel.
createArchiveEntry(Archive, String, ArchiveEntry) - Method in interface de.schlichtherle.io.archive.spi.ArchiveDriver
Creates a new archive entry for entryName for use with an OutputArchive.
createArchiveEntry(String, ArchiveEntry) - Method in interface de.schlichtherle.io.archive.spi.ArchiveEntryFactory
Deprecated.  
createArchiveEntry(Archive, String, ArchiveEntry) - Method in class de.schlichtherle.io.archive.tar.TarDriver
 
createArchiveEntry(Archive, String, ArchiveEntry) - Method in class de.schlichtherle.io.archive.zip.raes.AbstractZipRaesDriver
Creates a new ZipEntry, enforcing that the data gets DEFLATED when written, even if copying data from a STORED source entry.
createArchiveEntry(Archive, String, ArchiveEntry) - Method in class de.schlichtherle.io.archive.zip.ZipDriver
 
createCreateKeyPanel() - Method in class de.schlichtherle.key.passwd.swing.PromptingKeyProviderUI
A factory method to create the Create Protected Resource Key Panel.
createDefaultArchiveDetector() - Method in class de.schlichtherle.NZip
May be overridden by subclasses to create the ArchiveDetector which shall be used as the default archive detector while a command is running.
createDefaultArchiveDetector(String) - Method in class de.schlichtherle.NZip
May be overridden by subclasses to create the ArchiveDetector which returns ArchiveDrivers which should use the specified charset if supported.
createFile(File) - Method in class de.schlichtherle.io.AbstractArchiveDetector
 
createFile(File, File) - Method in class de.schlichtherle.io.AbstractArchiveDetector
 
createFile(File, File, File) - Method in class de.schlichtherle.io.AbstractArchiveDetector
 
createFile(File, String) - Method in class de.schlichtherle.io.AbstractArchiveDetector
 
createFile(String) - Method in class de.schlichtherle.io.AbstractArchiveDetector
 
createFile(String, String) - Method in class de.schlichtherle.io.AbstractArchiveDetector
 
createFile(URI) - Method in class de.schlichtherle.io.AbstractArchiveDetector
 
createFile(File) - Method in interface de.schlichtherle.io.ArchiveDetector
Constructs a new File instance from the given blueprint.
createFile(File, File) - Method in interface de.schlichtherle.io.ArchiveDetector
This factory method is not for public use - do not use it!
createFile(File, File, File) - Method in interface de.schlichtherle.io.ArchiveDetector
This factory method is not for public use - do not use it!
createFile(String) - Method in interface de.schlichtherle.io.ArchiveDetector
Constructs a new File instance which uses this ArchiveDetector to detect any archive files in its pathname.
createFile(String, String) - Method in interface de.schlichtherle.io.ArchiveDetector
Constructs a new File instance which uses this ArchiveDetector to detect any archive files in its pathname.
createFile(File, String) - Method in interface de.schlichtherle.io.ArchiveDetector
Constructs a new File instance which uses this ArchiveDetector to detect any archive files in its pathname.
createFile(URI) - Method in interface de.schlichtherle.io.ArchiveDetector
Constructs a new File instance from the given uri.
createFile(File) - Method in interface de.schlichtherle.io.FileFactory
 
createFile(File, File) - Method in interface de.schlichtherle.io.FileFactory
 
createFile(File, File, File) - Method in interface de.schlichtherle.io.FileFactory
 
createFile(String) - Method in interface de.schlichtherle.io.FileFactory
 
createFile(String, String) - Method in interface de.schlichtherle.io.FileFactory
 
createFile(File, String) - Method in interface de.schlichtherle.io.FileFactory
 
createFile(URI) - Method in interface de.schlichtherle.io.FileFactory
 
createFileInputStream(File) - Method in class de.schlichtherle.io.AbstractArchiveDetector
 
createFileInputStream(File) - Method in interface de.schlichtherle.io.ArchiveDetector
Creates a new FileInputStream to read the content of the given file.
createFileInputStream(File) - Method in interface de.schlichtherle.io.FileFactory
 
createFileObject(File) - Method in class de.schlichtherle.io.swing.FileSystemView
Creates a ZIP enabled file where necessary only, otherwise the blueprint is simply returned.
createFileObject(File, String) - Method in class de.schlichtherle.io.swing.FileSystemView
Creates a ZIP enabled file where necessary only, otherwise the file system view delegate is used to create the file.
createFileObject(String) - Method in class de.schlichtherle.io.swing.FileSystemView
Creates a ZIP enabled file where necessary only, otherwise the file system view delegate is used to create the file.
createFileOutputStream(File, boolean) - Method in class de.schlichtherle.io.AbstractArchiveDetector
 
createFileOutputStream(File, boolean) - Method in interface de.schlichtherle.io.ArchiveDetector
Creates a new FileOutputStream to write the new content of the given file.
createFileOutputStream(File, boolean) - Method in interface de.schlichtherle.io.FileFactory
 
createInputArchive(Archive, ReadOnlyFile) - Method in interface de.schlichtherle.io.archive.spi.ArchiveDriver
Creates a new input archive for archive from the given read only file.
createInputArchive(Archive, ReadOnlyFile) - Method in class de.schlichtherle.io.archive.tar.TarDriver
Creates a new input archive for archive from the given read only file.
createInputArchive(Archive, ReadOnlyFile) - Method in class de.schlichtherle.io.archive.zip.raes.AbstractZipRaesDriver
This implementation calls AbstractZipRaesDriver.getRaesParameters(de.schlichtherle.io.archive.Archive), with which it initializes a new RaesReadOnlyFile.
createInputArchive(Archive, ReadOnlyFile) - Method in class de.schlichtherle.io.archive.zip.ZipDriver
Creates a new input archive for archive from the given read only file.
createInputStream(Archive, ReadOnlyFile) - Method in class de.schlichtherle.io.archive.tar.TarBZip2Driver
Returns a newly created and verified CBZip2InputStream.
createInputStream(Archive, ReadOnlyFile) - Method in class de.schlichtherle.io.archive.tar.TarDriver
Returns a new InputStream to read the contents from the given ReadOnlyFile from.
createInputStream(Archive, ReadOnlyFile) - Method in class de.schlichtherle.io.archive.tar.TarGZipDriver
 
CreateKeyFeedback - Interface in de.schlichtherle.key.passwd.swing
Deprecated.  
CreateKeyPanel - Class in de.schlichtherle.key.passwd.swing
This panel prompts the user for a key to create or overwrite a protected resource.
CreateKeyPanel() - Constructor for class de.schlichtherle.key.passwd.swing.CreateKeyPanel
Creates new form CreateKeyPanel
createNewFile() - Method in class de.schlichtherle.io.File
Creates a new, empty file similar to its superclass implementation.
createNewFile(File) - Method in class de.schlichtherle.io.swing.JFileTree
Forwards the call to the FileTreeModel and scrolls the tree so that the newly created file is selected and visible.
createNewFile(File) - Method in class de.schlichtherle.io.swing.tree.FileTreeModel
Creates node as a new file in the file system and updates the tree accordingly.
createNewFolder(File) - Method in class de.schlichtherle.io.swing.FileSystemView
 
createOpenKeyPanel() - Method in class de.schlichtherle.key.passwd.swing.PromptingKeyProviderUI
A factory method to create the Open Protected Resource Key Panel.
createOutputArchive(Archive, OutputStream, InputArchive) - Method in interface de.schlichtherle.io.archive.spi.ArchiveDriver
Creates a new output archive for archive from the given output stream.
createOutputArchive(Archive, OutputStream, InputArchive) - Method in class de.schlichtherle.io.archive.tar.TarDriver
Creates a new output archive for archive from the given output stream.
createOutputArchive(Archive, OutputStream, InputArchive) - Method in class de.schlichtherle.io.archive.zip.OdfDriver
 
createOutputArchive(Archive, OutputStream, InputArchive) - Method in class de.schlichtherle.io.archive.zip.raes.AbstractZipRaesDriver
This implementation calls AbstractZipRaesDriver.getRaesParameters(de.schlichtherle.io.archive.Archive), with which it initializes a new RaesOutputStream, and finally passes the resulting stream to the super class implementation.
createOutputArchive(Archive, OutputStream, InputArchive) - Method in class de.schlichtherle.io.archive.zip.raes.ParanoidZipRaesDriver
This implementation calls AbstractZipRaesDriver.getRaesParameters(de.schlichtherle.io.archive.Archive), with which it initializes a new RaesOutputStream, and finally passes the resulting stream to ZipDriver.createZipOutputArchive(Archive, OutputStream, ZipInputArchive).
createOutputArchive(Archive, OutputStream, InputArchive) - Method in class de.schlichtherle.io.archive.zip.ZipDriver
Creates a new output archive for archive from the given output stream.
createReadOnlyFile(File) - Method in class de.schlichtherle.io.rof.BufferedReadOnlyFile
A factory method called by the constructor to get a read only file to access the contents of the read only file.
createReadOnlyFile(File) - Method in class de.schlichtherle.util.zip.BasicZipFile
A factory method called by the constructor to get a read only file to access the contents of the ZIP file.
createTarInputArchive(Archive, InputStream) - Method in class de.schlichtherle.io.archive.tar.TarDriver
Returns a new TarInputArchive to read the contents from the given InputStream.
createTarOutputArchive(Archive, OutputStream, TarInputArchive) - Method in class de.schlichtherle.io.archive.tar.TarBZip2Driver
 
createTarOutputArchive(Archive, OutputStream, TarInputArchive) - Method in class de.schlichtherle.io.archive.tar.TarDriver
 
createTarOutputArchive(Archive, OutputStream, TarInputArchive) - Method in class de.schlichtherle.io.archive.tar.TarGZipDriver
 
createTempFile(String, String) - Static method in class de.schlichtherle.io.util.Temps
Like File.createTempFile(java.lang.String, java.lang.String, java.io.File), but uses the value of the class property directory as the directory for temporary files.
createTempFile(String) - Static method in class de.schlichtherle.io.util.Temps
Like Temps.createTempFile(String, String), but uses the default suffix ".tmp".
createTimeZone() - Method in class de.schlichtherle.util.zip.DateTimeConverter
Returns a new timezone to use for date/time conversion.
createTreeCellRenderer() - Method in class de.schlichtherle.io.swing.JFileTree
Returns a new tree cell renderer.
createTreePath(File) - Method in class de.schlichtherle.io.swing.tree.FileTreeModel
Returns a TreePath for the given node or null if the node is not part of this file tree.
createZip32InputArchive(Archive, ReadOnlyFile) - Method in class de.schlichtherle.io.archive.zip.ZipDriver
Deprecated. Use ZipDriver.createZipInputArchive(de.schlichtherle.io.archive.Archive, de.schlichtherle.io.rof.ReadOnlyFile) instead.
createZip32OutputArchive(Archive, OutputStream, ZipInputArchive) - Method in class de.schlichtherle.io.archive.zip.ZipDriver
Deprecated. Use ZipDriver.createZipOutputArchive(de.schlichtherle.io.archive.Archive, java.io.OutputStream, de.schlichtherle.io.archive.zip.ZipInputArchive) instead.
createZipEntry(ZipEntry) - Method in class de.schlichtherle.io.archive.zip.JarDriver
 
createZipEntry(String) - Method in class de.schlichtherle.io.archive.zip.JarDriver
 
createZipEntry(String) - Method in class de.schlichtherle.io.archive.zip.JarInputArchive
 
createZipEntry(ZipEntry) - Method in class de.schlichtherle.io.archive.zip.ZipDriver
 
createZipEntry(String) - Method in class de.schlichtherle.io.archive.zip.ZipDriver
 
createZipEntry(String) - Method in class de.schlichtherle.io.archive.zip.ZipInputArchive
 
createZipEntry(String) - Method in class de.schlichtherle.util.zip.BasicZipFile
A factory method returning a newly created ZipEntry for the given name.
createZipInputArchive(Archive, ReadOnlyFile) - Method in class de.schlichtherle.io.archive.zip.CheckedJarDriver
 
createZipInputArchive(Archive, ReadOnlyFile) - Method in class de.schlichtherle.io.archive.zip.CheckedOdfDriver
 
createZipInputArchive(Archive, ReadOnlyFile) - Method in class de.schlichtherle.io.archive.zip.CheckedReadOnlySfxDriver
 
createZipInputArchive(Archive, ReadOnlyFile) - Method in class de.schlichtherle.io.archive.zip.CheckedZipDriver
 
createZipInputArchive(Archive, ReadOnlyFile) - Method in class de.schlichtherle.io.archive.zip.JarDriver
 
createZipInputArchive(Archive, ReadOnlyFile) - Method in class de.schlichtherle.io.archive.zip.raes.SafeZipRaesDriver
If the net file length of the archive is larger than the authentication trigger, then a CheckedJarInputArchive for CRC-32 authentication is returned, otherwise a plain ZipInputArchive which doesn't do any authentication.
createZipInputArchive(Archive, ReadOnlyFile) - Method in class de.schlichtherle.io.archive.zip.ZipDriver
 
createZipOutputArchive(Archive, OutputStream, ZipInputArchive) - Method in class de.schlichtherle.io.archive.zip.ReadOnlySfxDriver
 
createZipOutputArchive(Archive, OutputStream, ZipInputArchive) - Method in class de.schlichtherle.io.archive.zip.ZipDriver
 
cutTrailingSeparator(String, char) - Static method in class de.schlichtherle.io.util.Paths
Deprecated. This method chops off a single trailing separator only. Use Paths.cutTrailingSeparators(java.lang.String, char) to chop off multiple trailing separators.
cutTrailingSeparators(String, char) - Static method in class de.schlichtherle.io.util.Paths
Deprecated. Cuts off any separator characters at the end of the path, unless the path contains of only separator characters, in which case a single separator character is retained to denote the root directory.
CYCLE - Static variable in class de.schlichtherle.key.passwd.swing.HurlingWindowFeedback
 

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