Skip navigation links
TrueZIP 7.7.10
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

CacheableUnknownKeyException - Exception in de.schlichtherle.truezip.key
Thrown to indicate that the retrieval of the key to open or create a protected resource has failed and that this exception is cacheable.
cancelEditing() - Method in class de.schlichtherle.truezip.file.swing.TFileTree
 
canExecute() - Method in class de.schlichtherle.truezip.file.TFile
 
CanonicalStringSet - Class in de.schlichtherle.truezip.util
An abstract set of the canonical string representation of objects in natural sort order.
CanonicalStringSet(CanonicalStringSet.Canonicalizer, char) - Constructor for class de.schlichtherle.truezip.util.CanonicalStringSet
Constructs a new, empty set of canonical strings.
CanonicalStringSet.Canonicalizer - Interface in de.schlichtherle.truezip.util
An idempotent function which maps an arbitrary object to its canonical string representation.
canRead() - Method in class de.schlichtherle.truezip.file.TFile
 
canWrite() - Method in class de.schlichtherle.truezip.file.TFile
 
cardinality() - Method in class de.schlichtherle.truezip.util.BitField
Returns the number of bits set in this field.
cat(InputStream, OutputStream) - Static method in class de.schlichtherle.truezip.file.TFile
Copies the data from the given input stream to the given output stream without closing them.
cat(InputStream, OutputStream) - Static method in class de.schlichtherle.truezip.io.Streams
Copies the data from the given input stream to the given output stream without closing them.
charset - Variable in class de.schlichtherle.truezip.fs.archive.zip.KeyManagerZipCryptoParameters
The character set which has been provided to the constructor and is used for encoding entry names and the file comment in the ZIP file .
charsetForName(String) - Method in class de.schlichtherle.truezip.nio.charset.ZipCharsetProvider
 
charsets() - Method in class de.schlichtherle.truezip.nio.charset.ZipCharsetProvider
 
check(ZipInputShop, ZipDriverEntry) - Method in class de.schlichtherle.truezip.fs.archive.zip.CheckedJarDriver
Whether or not the content of the given entry shall get checked/authenticated when reading it.
check(ZipInputShop, ZipDriverEntry) - Method in class de.schlichtherle.truezip.fs.archive.zip.CheckedOdfDriver
Whether or not the content of the given entry shall get checked/authenticated when reading it.
check(ZipInputShop, ZipDriverEntry) - Method in class de.schlichtherle.truezip.fs.archive.zip.CheckedReadOnlySfxDriver
Whether or not the content of the given entry shall get checked/authenticated when reading it.
check(ZipInputShop, ZipDriverEntry) - Method in class de.schlichtherle.truezip.fs.archive.zip.CheckedZipDriver
Whether or not the content of the given entry shall get checked/authenticated when reading it.
check(ZipInputShop, ZipDriverEntry) - Method in class de.schlichtherle.truezip.fs.archive.zip.raes.ZipRaesDriver
 
check(ZipInputShop, ZipDriverEntry) - Method in class de.schlichtherle.truezip.fs.archive.zip.ZipDriver
Whether or not the content of the given entry shall get checked/authenticated when reading it.
check() - Method in class de.schlichtherle.truezip.util.AbstractExceptionBuilder
Either returns or checks out and throws the result of the assembly in order to enable the assembly of another exception.
check() - Method in interface de.schlichtherle.truezip.util.ExceptionBuilder
Either returns or checks out and throws the result of the assembly in order to enable the assembly of another exception.
checkAccess(Path, AccessMode...) - Method in class de.schlichtherle.truezip.nio.file.TFileSystemProvider
 
CheckedJarDriver - Class in de.schlichtherle.truezip.fs.archive.zip
An archive driver for JAR files which checks the CRC-32 value for all ZIP entries in input archives.
CheckedJarDriver(IOPoolProvider) - Constructor for class de.schlichtherle.truezip.fs.archive.zip.CheckedJarDriver
 
CheckedOdfDriver - Class in de.schlichtherle.truezip.fs.archive.zip
An archive driver for ODF files which checks the CRC-32 value for all ZIP entries in input archives.
CheckedOdfDriver(IOPoolProvider) - Constructor for class de.schlichtherle.truezip.fs.archive.zip.CheckedOdfDriver
 
CheckedReadOnlySfxDriver - Class in de.schlichtherle.truezip.fs.archive.zip
An archive driver for SFX/EXE files which checks the CRC-32 value for all ZIP entries in input archives.
CheckedReadOnlySfxDriver(IOPoolProvider) - Constructor for class de.schlichtherle.truezip.fs.archive.zip.CheckedReadOnlySfxDriver
 
CheckedZipDriver - Class in de.schlichtherle.truezip.fs.archive.zip
An archive driver for ZIP files which checks the CRC-32 values for all ZIP entries in input archives.
CheckedZipDriver(IOPoolProvider) - Constructor for class de.schlichtherle.truezip.fs.archive.zip.CheckedZipDriver
 
checkKeyFileKey(byte[]) - Method in class de.schlichtherle.truezip.key.pbe.swing.WriteKeyPanel
Checks the entropy of the given key.
checkOpen() - Method in class de.schlichtherle.truezip.io.DecoratingSeekableByteChannel
checkOpen() - Method in class de.schlichtherle.truezip.io.DisconnectingInputStream
checkOpen() - Method in class de.schlichtherle.truezip.io.DisconnectingOutputStream
checkOpen() - Method in class de.schlichtherle.truezip.rof.DisconnectingReadOnlyFile
checkPasswdKey(char[]) - Method in class de.schlichtherle.truezip.key.pbe.swing.WriteKeyPanel
Checks the entropy of the given key.
cipher - Variable in class de.schlichtherle.truezip.crypto.CipherOutputStream
The buffered block cipher used for preprocessing the output.
cipher - Variable in class de.schlichtherle.truezip.crypto.SICSeekableBlockCipher
 
cipherIn - Variable in class de.schlichtherle.truezip.crypto.SICSeekableBlockCipher
 
cipherOut - Variable in class de.schlichtherle.truezip.crypto.SICSeekableBlockCipher
 
CipherOutputStream - Class in de.schlichtherle.truezip.crypto
Similar to javax.crypto.CipherOutputStream with some exceptions: This implementation is based on Bouncy Castle's lightweight crypto API and uses a BufferedBlockCipher for ciphering.
CipherOutputStream(OutputStream, BufferedBlockCipher) - Constructor for class de.schlichtherle.truezip.crypto.CipherOutputStream
Creates a new cipher output stream.
CipherReadOnlyFile - Class in de.schlichtherle.truezip.crypto
A read only file for transparent random read access to an encrypted file.
CipherReadOnlyFile(ReadOnlyFile) - Constructor for class de.schlichtherle.truezip.crypto.CipherReadOnlyFile
Creates a read only file for transparent random read access to an encrypted file.
clear() - Method in class de.schlichtherle.truezip.socket.IOCache
Clears the entry data from this cache without flushing it.
clear(E) - Method in class de.schlichtherle.truezip.util.BitField
Clears the given bit.
clear() - Method in class de.schlichtherle.truezip.util.CanonicalStringSet
 
clear() - Method in class de.schlichtherle.truezip.util.UriBuilder
Clears the state of this URI builder.
clearEncryption() - Method in class de.schlichtherle.truezip.zip.ZipEntry
Sets the encryption property to false and removes any other encryption artifacts, e.g.
clearStatistics() - Method in interface de.schlichtherle.truezip.fs.inst.jmx.JmxManagerViewMXBean
 
clone(FsArchiveDriver<E>) - Method in class de.schlichtherle.truezip.fs.FsCovariantEntry
Returns a deep clone of this covariant file system entry.
clone() - Method in exception de.schlichtherle.truezip.io.SequentialIOException
Returns a shallow clone of this exception.
clone() - Method in class de.schlichtherle.truezip.key.pbe.SafePbeParameters
 
clone() - Method in interface de.schlichtherle.truezip.key.SafeKey
Returns a deep clone of this safe key.
clone() - Method in class de.schlichtherle.truezip.zip.ZipEntry
 
close() - Method in class de.schlichtherle.truezip.crypto.CipherOutputStream
Closes this output stream and releases any resources associated with it.
close() - Method in class de.schlichtherle.truezip.crypto.CipherReadOnlyFile
Closes this read only file and releases any resources associated with it.
close() - Method in class de.schlichtherle.truezip.file.TFileReader
 
close() - Method in class de.schlichtherle.truezip.file.TFileWriter
 
close() - Method in class de.schlichtherle.truezip.fs.archive.tar.TarInputShop
 
close() - Method in class de.schlichtherle.truezip.fs.archive.zip.OdfOutputShop
 
close() - Method in class de.schlichtherle.truezip.fs.archive.zip.ZipOutputShop
Retains the postamble of the source source ZIP file, if any.
close() - Method in interface de.schlichtherle.truezip.fs.inst.jmx.JmxIOStatisticsMXBean
 
close() - Method in class de.schlichtherle.truezip.fs.inst.jmx.JmxIOStatisticsView
 
close() - Method in class de.schlichtherle.truezip.io.DecoratingInputStream
 
close() - Method in class de.schlichtherle.truezip.io.DecoratingOutputStream
 
close() - Method in class de.schlichtherle.truezip.io.DecoratingSeekableByteChannel
 
close() - Method in class de.schlichtherle.truezip.io.DisconnectingInputStream
 
close() - Method in class de.schlichtherle.truezip.io.DisconnectingOutputStream
 
close() - Method in class de.schlichtherle.truezip.io.DisconnectingSeekableByteChannel
 
close() - Method in class de.schlichtherle.truezip.io.LockInputStream
 
close() - Method in class de.schlichtherle.truezip.io.LockOutputStream
 
close() - Method in class de.schlichtherle.truezip.io.SeekableByteBufferChannel
A no-op.
close() - Method in class de.schlichtherle.truezip.nio.file.TFileSystem
Commits all pending changes for this (federated) file system and all its federated child file systems to their respective parent file system, closes their associated target (archive) file in order to allow access by third parties (e.g. other processes), cleans up any temporary allocated resources (e.g. temporary files) and purges any cached data.
close() - Method in class de.schlichtherle.truezip.rof.BufferedReadOnlyFile
Closes this read only file.
close() - Method in class de.schlichtherle.truezip.rof.ByteArrayReadOnlyFile
 
close() - Method in class de.schlichtherle.truezip.rof.DecoratingReadOnlyFile
 
close() - Method in class de.schlichtherle.truezip.rof.DisconnectingReadOnlyFile
 
close() - Method in class de.schlichtherle.truezip.rof.IntervalReadOnlyFile
Closes the decorated read only file if and only if it is exclusively accessed by this decorating read only file.
close() - Method in class de.schlichtherle.truezip.rof.LockReadOnlyFile
 
close() - Method in interface de.schlichtherle.truezip.rof.ReadOnlyFile
Closes this read-only file and releases any non-heap resources allocated for it.
close() - Method in class de.schlichtherle.truezip.rof.ReadOnlyFileInputStream
 
close() - Method in class de.schlichtherle.truezip.socket.DecoratingInputShop
 
close() - Method in class de.schlichtherle.truezip.socket.DecoratingOutputShop
 
close() - Method in class de.schlichtherle.truezip.socket.DisconnectingInputShop
Closes this input shop.
close() - Method in class de.schlichtherle.truezip.socket.DisconnectingOutputShop
Closes this output shop.
close() - Method in interface de.schlichtherle.truezip.socket.InputShop
 
close() - Method in class de.schlichtherle.truezip.socket.IOCache
Flushes and clears the cached entry data.
close() - Method in class de.schlichtherle.truezip.socket.LockInputShop
 
close() - Method in class de.schlichtherle.truezip.socket.LockOutputShop
 
close() - Method in class de.schlichtherle.truezip.socket.MultiplexedOutputShop
 
close() - Method in interface de.schlichtherle.truezip.socket.OutputShop
 
close() - Method in class de.schlichtherle.truezip.util.Resource
Closes this resource.
close() - Method in class de.schlichtherle.truezip.zip.RawZipFile
Closes the file.
close() - Method in class de.schlichtherle.truezip.zip.RawZipOutputStream
Closes this output stream and releases any system resources associated with the stream.
close() - Method in class de.schlichtherle.truezip.zip.ZipFile
 
close() - Method in class de.schlichtherle.truezip.zip.ZipOutputStream
 
ClosedException - Exception in de.schlichtherle.truezip.io
Indicates that a resource has been closed.
ClosedException() - Constructor for exception de.schlichtherle.truezip.io.ClosedException
 
closeEntry() - Method in class de.schlichtherle.truezip.zip.RawZipOutputStream
Writes all necessary data for this entry to the underlying stream.
closeEntry() - Method in class de.schlichtherle.truezip.zip.ZipOutputStream
 
ClutchInputSocket<E extends Entry> - Class in de.schlichtherle.truezip.socket
An input socket which obtains its delegate lazily and ClutchInputSocket.reset()s it upon any Throwable.
ClutchInputSocket() - Constructor for class de.schlichtherle.truezip.socket.ClutchInputSocket
 
ClutchOutputSocket<E extends Entry> - Class in de.schlichtherle.truezip.socket
An output socket which obtains its delegate lazily and ClutchOutputSocket.reset()s it upon any Throwable.
ClutchOutputSocket() - Constructor for class de.schlichtherle.truezip.socket.ClutchOutputSocket
 
compact() - Method in class de.schlichtherle.truezip.file.TFile
Compacts this archive file by removing any redundant archive entry contents and meta data, including central directories.
compare(File, File) - Method in class de.schlichtherle.truezip.file.TFileComparator
 
compareTo(EntryName) - Method in class de.schlichtherle.truezip.entry.EntryName
Implements a natural ordering which is consistent with EntryName.equals(Object).
compareTo(File) - Method in class de.schlichtherle.truezip.file.TFile
compareTo(FsMountPoint) - Method in class de.schlichtherle.truezip.fs.FsMountPoint
Implements a natural ordering which is consistent with FsMountPoint.equals(Object).
compareTo(FsPath) - Method in class de.schlichtherle.truezip.fs.FsPath
Implements a natural ordering which is consistent with FsPath.equals(Object).
compareTo(FsScheme) - Method in class de.schlichtherle.truezip.fs.FsScheme
 
compareTo(Path) - Method in class de.schlichtherle.truezip.nio.file.TPath
The natural ordering imposed by this implementation is identical to the natural ordering of path's name.
computeMac(Mac) - Method in class de.schlichtherle.truezip.crypto.CipherReadOnlyFile
Returns the authentication code of the encrypted data in this cipher read-only file using the given Message Authentication Code (MAC) object.
configure(InputSocket<?>) - Method in class de.schlichtherle.truezip.socket.IOCache
Configures the input socket for reading the entry data from the backing store.
configure(OutputSocket<?>) - Method in class de.schlichtherle.truezip.socket.IOCache
Configures the output socket for writing the entry data to the backing store.
ConsoleAesPbeParametersView - Class in de.schlichtherle.truezip.key.pbe.console
A console based user interface to prompt for passwords.
ConsoleAesPbeParametersView() - Constructor for class de.schlichtherle.truezip.key.pbe.console.ConsoleAesPbeParametersView
 
ConsoleSafePbeParametersView<S extends KeyStrength,P extends SafePbeParameters<S,P>> - Class in de.schlichtherle.truezip.key.pbe.console
A console based user interface to prompt for passwords.
ConsoleSafePbeParametersView() - Constructor for class de.schlichtherle.truezip.key.pbe.console.ConsoleSafePbeParametersView
 
contains(File) - Method in class de.schlichtherle.truezip.file.TFile
Returns true if and only if the path represented by this instance contains the path represented by the given file, where a path is said to contain another path if and only if it's equal or an ancestor of the other path.
contains(File, File) - Static method in class de.schlichtherle.truezip.file.TFile
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's equal or an ancestor of the other path.
contains(String, String, char) - Static method in class de.schlichtherle.truezip.io.Paths
Returns true if and only if the path name represented by a contains the path name represented by b.
contains(Charset) - Method in class de.schlichtherle.truezip.nio.charset.OctetCharset
 
contains(Object) - Method in class de.schlichtherle.truezip.util.CanonicalStringSet
contains(Throwable, Throwable) - Static method in class de.schlichtherle.truezip.util.Throwables
Returns true if and only if thiz is identical to that or has been (recursively) caused by it.
containsAll(CanonicalStringSet) - Method in class de.schlichtherle.truezip.util.CanonicalStringSet
Tests if all canonical strings in the given set are contained in this set.
containsAll(String) - Method in class de.schlichtherle.truezip.util.CanonicalStringSet
Tests if the canonical form of all strings in the given string list is contained in this set.
ControlFlowException - Error in de.schlichtherle.truezip.util
Indicates a condition which requires non-local control flow.
ControlFlowException() - Constructor for error de.schlichtherle.truezip.util.ControlFlowException
 
ControlFlowException(Throwable) - Constructor for error de.schlichtherle.truezip.util.ControlFlowException
 
convertValueToText(Object, boolean, boolean, boolean, int, boolean) - Method in class de.schlichtherle.truezip.file.swing.TFileTree
 
copy(InputStream, OutputStream) - Static method in class de.schlichtherle.truezip.io.Streams
Copies the data from the given input stream to the given output stream and always closes both streams - even if an exception occurs.
copy(Path, Path, CopyOption...) - Method in class de.schlichtherle.truezip.nio.file.TFileSystemProvider
 
copy(InputSocket<?>, OutputSocket<?>) - Static method in class de.schlichtherle.truezip.socket.IOSocket
Copies an input stream created by the given input socket input to an output stream created by the given output socket output.
copyOf(Collection<E>) - Static method in class de.schlichtherle.truezip.util.BitField
Returns a bit field which contains the same bits as the given collection of enums.
cp(InputStream, TFile) - Method in class de.schlichtherle.truezip.file.swing.TFileTree
Forwards the call to the TFileTreeModel and scrolls the tree so that the copied node is selected and visible.
cp(TFile, TFile) - Method in class de.schlichtherle.truezip.file.swing.TFileTree
Forwards the call to the TFileTreeModel and scrolls the tree so that the copied node is selected and visible.
cp(InputStream, TFile) - Method in class de.schlichtherle.truezip.file.swing.TFileTreeModel
Copies in to node and updates the tree accordingly.
cp(TFile, TFile) - Method in class de.schlichtherle.truezip.file.swing.TFileTreeModel
Copies oldNode to node and updates the tree accordingly.
cp(InputStream, OutputStream) - Static method in class de.schlichtherle.truezip.file.TFile
Copies the data from the input stream in to the output stream out and closes both streams - even if an exception occurs.
cp(InputStream, File) - Static method in class de.schlichtherle.truezip.file.TFile
Copies the input stream in to the file dst and closes the stream - even if an exception occurs.
cp(File, OutputStream) - Static method in class de.schlichtherle.truezip.file.TFile
Copies the file src to the output stream out and closes the stream - even if an exception occurs.
cp(File) - Method in class de.schlichtherle.truezip.file.TFile
Equivalent to cp(this, dst).
cp(File, File) - Static method in class de.schlichtherle.truezip.file.TFile
Copies the file src to the file dst.
cp_p(TFile, TFile) - Method in class de.schlichtherle.truezip.file.swing.TFileTree
Forwards the call to the TFileTreeModel and scrolls the tree so that the copied node is selected and visible.
cp_p(TFile, TFile) - Method in class de.schlichtherle.truezip.file.swing.TFileTreeModel
Copies oldNode to node preserving its last modification time and updates the tree accordingly.
cp_p(File) - Method in class de.schlichtherle.truezip.file.TFile
Equivalent to cp_p(this, dst).
cp_p(File, File) - Static method in class de.schlichtherle.truezip.file.TFile
Copies the file src to the file dst and attempts to copy all attributes of the source file to the destination file, too.
cp_r(TFile, TFile) - Method in class de.schlichtherle.truezip.file.swing.TFileTree
Forwards the call to the TFileTreeModel and scrolls the tree so that the recursively copied node is selected and visible.
cp_r(TFile, TFile) - Method in class de.schlichtherle.truezip.file.swing.TFileTreeModel
Copies oldNode to node recursively and updates the tree accordingly.
cp_r(File) - Method in class de.schlichtherle.truezip.file.TFile
cp_r(File, File, TArchiveDetector) - Static method in class de.schlichtherle.truezip.file.TFile
cp_r(File, File, TArchiveDetector, TArchiveDetector) - Static method in class de.schlichtherle.truezip.file.TFile
Recursively copies the file or directory src to the file or directory dst.
cp_rp(TFile, TFile) - Method in class de.schlichtherle.truezip.file.swing.TFileTree
Forwards the call to the TFileTreeModel and scrolls the tree so that the recursively copied node is selected and visible.
cp_rp(TFile, TFile) - Method in class de.schlichtherle.truezip.file.swing.TFileTreeModel
Copies oldNode to node recursively preserving its last modification time and updates the tree accordingly.
cp_rp(File) - Method in class de.schlichtherle.truezip.file.TFile
cp_rp(File, File, TArchiveDetector) - Static method in class de.schlichtherle.truezip.file.TFile
cp_rp(File, File, TArchiveDetector, TArchiveDetector) - Static method in class de.schlichtherle.truezip.file.TFile
Recursively copies the file or directory src to the file or directory dst and attempts to copy all attributes of each source file to the destination file, too.
CRC32Exception - Exception in de.schlichtherle.truezip.zip
Thrown to indicate a CRC32 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.
create(URI) - Static method in class de.schlichtherle.truezip.fs.FsEntryName
create(URI, FsUriModifier) - Static method in class de.schlichtherle.truezip.fs.FsEntryName
Constructs a new file system entry name by parsing the given URI.
create(URI) - Static method in class de.schlichtherle.truezip.fs.FsMountPoint
create(URI, FsUriModifier) - Static method in class de.schlichtherle.truezip.fs.FsMountPoint
Constructs a new mount point by parsing the given URI.
create(FsScheme, FsPath) - Static method in class de.schlichtherle.truezip.fs.FsMountPoint
Constructs a new mount point by composing its URI from the given scheme and path.
create(URI) - Static method in class de.schlichtherle.truezip.fs.FsPath
create(URI, FsUriModifier) - Static method in class de.schlichtherle.truezip.fs.FsPath
Constructs a new path by parsing the given URI.
create(String) - Static method in class de.schlichtherle.truezip.fs.FsScheme
Constructs a new URI scheme by parsing the given string.
create() - Static method in class de.schlichtherle.truezip.io.SequentialIOExceptionBuilder
Static constructor provided for comforting the most essential use case.
create(Class<C>) - Static method in class de.schlichtherle.truezip.io.SequentialIOExceptionBuilder
 
create(Class<C>, Class<X>) - Static method in class de.schlichtherle.truezip.io.SequentialIOExceptionBuilder
 
createDirectory(Path, FileAttribute<?>...) - Method in class de.schlichtherle.truezip.nio.file.TFileSystemProvider
 
createFileObject(File, String) - Method in class de.schlichtherle.truezip.file.swing.TDecoratingFileSystemView
 
createFileObject(String) - Method in class de.schlichtherle.truezip.file.swing.TDecoratingFileSystemView
 
createFileObject(File, String) - Method in class de.schlichtherle.truezip.file.swing.TFileSystemView
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.truezip.file.swing.TFileSystemView
Creates a ZIP enabled file where necessary only, otherwise the file system view delegate is used to create the file.
createFileObject(File) - Method in class de.schlichtherle.truezip.file.swing.TFileSystemView
Creates a ZIP enabled file where necessary only, otherwise the file is simply returned.
createFileSystemRoot(File) - Method in class de.schlichtherle.truezip.file.swing.TDecoratingFileSystemView
createNewFile(TFile) - Method in class de.schlichtherle.truezip.file.swing.TFileTree
Forwards the call to the TFileTreeModel and scrolls the tree so that the newly created file is selected and visible.
createNewFile(TFile) - Method in class de.schlichtherle.truezip.file.swing.TFileTreeModel
Creates node as a new file in the file system and updates the tree accordingly.
createNewFile() - Method in class de.schlichtherle.truezip.file.TFile
Creates a new, empty file similar to its superclass implementation.
createNewFolder(File) - Method in class de.schlichtherle.truezip.file.swing.TDecoratingFileSystemView
 
createNewFolder(File) - Method in class de.schlichtherle.truezip.file.swing.TFileSystemView
 
cutTrailingSeparators(String, char) - Static method in class de.schlichtherle.truezip.io.Paths
Cuts off any separator characters at the end of the given path name, unless the path name 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.truezip.key.pbe.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 
Skip navigation links
TrueZIP 7.7.10

Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.