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

T

tabs - Variable in class de.schlichtherle.key.passwd.swing.AuthenticationPanel
 
TarBZip2Driver - Class in de.schlichtherle.io.archive.tar
An archive driver which builds TAR files compressed with BZIP2.
TarBZip2Driver() - Constructor for class de.schlichtherle.io.archive.tar.TarBZip2Driver
Equivalent to this(DEFAULT_CHARSET, null, null, DEFAULT_BLOCKSIZE).
TarBZip2Driver(String) - Constructor for class de.schlichtherle.io.archive.tar.TarBZip2Driver
Equivalent to this(charset, null, null, DEFAULT_BLOCKSIZE).
TarBZip2Driver(int) - Constructor for class de.schlichtherle.io.archive.tar.TarBZip2Driver
Equivalent to this(DEFAULT_CHARSET, null, null, inBlockSize).
TarBZip2Driver(String, int) - Constructor for class de.schlichtherle.io.archive.tar.TarBZip2Driver
Equivalent to this(charset, null, null, inBlockSize).
TarBZip2Driver(String, Icon, Icon, int) - Constructor for class de.schlichtherle.io.archive.tar.TarBZip2Driver
Constructs a new TAR.BZ2 driver.
TarDriver - Class in de.schlichtherle.io.archive.tar
An archive driver which builds TAR files.
TarDriver() - Constructor for class de.schlichtherle.io.archive.tar.TarDriver
Equivalent to this(DEFAULT_CHARSET, null, null).
TarDriver(String) - Constructor for class de.schlichtherle.io.archive.tar.TarDriver
Equivalent to this(charset, null, null).
TarDriver(String, Icon, Icon) - Constructor for class de.schlichtherle.io.archive.tar.TarDriver
Constructs a new TAR driver.
TarEntry - Class in de.schlichtherle.io.archive.tar
An entry in a TAR archive which implements the ArchiveEntry interface.
TarEntry(String) - Constructor for class de.schlichtherle.io.archive.tar.TarEntry
 
TarEntry(TarEntry) - Constructor for class de.schlichtherle.io.archive.tar.TarEntry
 
TarEntry(TarEntry, File) - Constructor for class de.schlichtherle.io.archive.tar.TarEntry
 
target - Variable in class de.schlichtherle.io.archive.spi.MultiplexedOutputArchive
The decorated output archive.
target - Variable in class de.schlichtherle.io.ArchiveController
The canonicalized or at least normalized absolute path name representation of the target file.
targetBusy - Variable in class de.schlichtherle.io.archive.spi.MultiplexedOutputArchive
 
TarGZipDriver - Class in de.schlichtherle.io.archive.tar
An archive driver which builds TAR files compressed with GZIP.
TarGZipDriver() - Constructor for class de.schlichtherle.io.archive.tar.TarGZipDriver
Equivalent to this(DEFAULT_CHARSET, null, null, DEFAULT_LEVEL).
TarGZipDriver(String) - Constructor for class de.schlichtherle.io.archive.tar.TarGZipDriver
Equivalent to this(charset, null, null, DEFAULT_LEVEL).
TarGZipDriver(int) - Constructor for class de.schlichtherle.io.archive.tar.TarGZipDriver
Equivalent to this(DEFAULT_CHARSET, null, null, level).
TarGZipDriver(String, Icon, Icon, int) - Constructor for class de.schlichtherle.io.archive.tar.TarGZipDriver
Constructs a new TAR.GZ driver.
TarGZipDriver.GZIPOutputStream - Class in de.schlichtherle.io.archive.tar
 
TarGZipDriver.GZIPOutputStream(OutputStream, int, int) - Constructor for class de.schlichtherle.io.archive.tar.TarGZipDriver.GZIPOutputStream
Constructs a new GZIPOutputStream with the specified output stream, buffer size and compression level.
TarInputArchive - Class in de.schlichtherle.io.archive.tar
Presents a TarInputStream as a randomly accessible archive.
TarInputArchive(InputStream) - Constructor for class de.schlichtherle.io.archive.tar.TarInputArchive
Extracts the entire TAR input stream into a temporary directory in order to allow subsequent random access to its entries.
TarInputArchive.TempFileException - Exception in de.schlichtherle.io.archive.tar
This needs to be a FileNotFoundException in order to signal that the TAR is simply not accessible and not necessarily a false positive.
TarInputArchive.TempFileException(TarEntry, IOException) - Constructor for exception de.schlichtherle.io.archive.tar.TarInputArchive.TempFileException
 
TarOutputArchive - Class in de.schlichtherle.io.archive.tar
An implementation of OutputArchive to write TAR archives.
TarOutputArchive(OutputStream) - Constructor for class de.schlichtherle.io.archive.tar.TarOutputArchive
 
TarOutputArchive.EntryOutputStream - Class in de.schlichtherle.io.archive.tar
This entry output stream writes directly to our subclass.
TarOutputArchive.EntryOutputStream(TarEntry) - Constructor for class de.schlichtherle.io.archive.tar.TarOutputArchive.EntryOutputStream
 
TarOutputArchive.TempEntryOutputStream - Class in de.schlichtherle.io.archive.tar
This entry output stream writes the entry to a temporary file.
TarOutputArchive.TempEntryOutputStream(TarEntry, File) - Constructor for class de.schlichtherle.io.archive.tar.TarOutputArchive.TempEntryOutputStream
 
Task - Interface in de.schlichtherle.io
A cancellable task.
temp - Variable in class de.schlichtherle.io.archive.spi.MultiplexedOutputArchive.TempEntryOutputStream
 
temp - Variable in class de.schlichtherle.io.archive.tar.TarOutputArchive.TempEntryOutputStream
 
temp - Variable in class de.schlichtherle.io.archive.zip.ZipOutputArchive.TempEntryOutputStream
 
TEMP_FILE_PREFIX - Static variable in class de.schlichtherle.io.archive.spi.MultiplexedOutputArchive
Prefix for temporary files created by the multiplexer.
TEMP_FILE_PREFIX - Static variable in class de.schlichtherle.io.archive.tar.TarDriver
Prefix for temporary files created by this driver.
TEMP_FILE_PREFIX - Static variable in class de.schlichtherle.io.archive.tar.TarInputArchive
Prefix for temporary files created by the multiplexer.
TEMP_FILE_PREFIX - Static variable in class de.schlichtherle.io.archive.tar.TarOutputArchive
Prefix for temporary files created by the multiplexer.
TEMP_FILE_PREFIX - Static variable in class de.schlichtherle.io.archive.zip.Zip32Driver
Deprecated.  
TEMP_FILE_PREFIX - Static variable in class de.schlichtherle.io.archive.zip.ZipDriver
Prefix for temporary files created by this driver.
TEMP_FILE_PREFIX - Static variable in class de.schlichtherle.io.archive.zip.ZipOutputArchive
Prefix for temporary files created by the multiplexer.
TEMP_FILE_PREFIX - Static variable in class de.schlichtherle.io.UpdatingArchiveController
Prefix for temporary files created by this class.
TEMP_FILE_SUFFIX - Static variable in class de.schlichtherle.io.UpdatingArchiveController
Suffix for temporary files created by this class - should not be null for enhanced unit tests.
tempEntry - Variable in class de.schlichtherle.io.archive.zip.ZipOutputArchive
 
temps - Variable in class de.schlichtherle.io.archive.spi.MultiplexedOutputArchive
The map of temporary archive entries which have not yet been written to the target output archive.
Temps - Class in de.schlichtherle.io.util
A utility class for creating temporary files.
Temps() - Constructor for class de.schlichtherle.io.util.Temps
You can't instantiate this class.
testJSE11Support(String) - Static method in class de.schlichtherle.io.archive.spi.AbstractArchiveDriver
 
testJSE14Support(String) - Static method in class de.schlichtherle.io.archive.spi.AbstractArchiveDriver
 
thread - Variable in class de.schlichtherle.io.LegacyExecutor.LegacyTask
 
threadLocal - Static variable in class de.schlichtherle.io.ArchiveEntryMetaData
This thread local variable returns an ArrayList which is used as a temporary buffer to implement filtered list methods.
ThreadLocalCounter - Class in de.schlichtherle.util
A counter which's value is local to each thread.
ThreadLocalCounter() - Constructor for class de.schlichtherle.util.ThreadLocalCounter
 
ThreadLocalCounter.Holder - Class in de.schlichtherle.util
 
ThreadLocalCounter.Holder() - Constructor for class de.schlichtherle.util.ThreadLocalCounter.Holder
 
ThreadLocalLong - Class in de.schlichtherle.util
A long which's value is local to each thread.
ThreadLocalLong() - Constructor for class de.schlichtherle.util.ThreadLocalLong
 
ThreadLocalLong.Holder - Class in de.schlichtherle.util
 
ThreadLocalLong.Holder() - Constructor for class de.schlichtherle.util.ThreadLocalLong.Holder
 
ThreadLocalMatcher - Class in de.schlichtherle.util.regex
A thread local Matcher.
ThreadLocalMatcher(String) - Constructor for class de.schlichtherle.util.regex.ThreadLocalMatcher
Creates a new thread local matcher by compiling the given regex.
ThreadLocalMatcher(Pattern) - Constructor for class de.schlichtherle.util.regex.ThreadLocalMatcher
Creates a new thread local matcher by using the given pattern.
threadName - Variable in class de.schlichtherle.io.LegacyExecutor
 
threadStreams() - Method in class de.schlichtherle.io.InputArchiveMetaData
Returns the number of streams opened by the current thread.
threadStreams() - Method in class de.schlichtherle.io.OutputArchiveMetaData
Returns the number of streams opened by the current thread.
timeout - Variable in exception de.schlichtherle.awt.EventDispatchTimeoutException
 
toArray() - Method in class de.schlichtherle.util.CanonicalStringSet
 
toArray(Object[]) - Method in class de.schlichtherle.util.CanonicalStringSet
 
toDosTime(long) - Method in class de.schlichtherle.util.zip.DateTimeConverter
Converts a Java time value to a DOS date/time value.
toJavaTime(long) - Method in class de.schlichtherle.util.zip.DateTimeConverter
Converts a 32 bit integer encoded DOS date/time value to a Java time value.
toLEDataOutputStream(OutputStream) - Static method in class de.schlichtherle.util.zip.BasicZipOutputStream
 
toMap(Object[]) - Static method in class de.schlichtherle.io.DefaultArchiveDetector
 
toRegex() - Method in class de.schlichtherle.io.util.SuffixSet
Returns a case insensitive regular expression to match (file) paths against the suffixes in this set.
toString() - Method in class de.schlichtherle.io.ArchiveController
 
toString() - Method in class de.schlichtherle.io.File
 
toString() - Method in class de.schlichtherle.key.PromptingAesKeyProvider
Returns the current key strength.
toString() - Method in class de.schlichtherle.util.CanonicalStringSet
Returns the canonical string representation of this set.
toString() - Method in class de.schlichtherle.util.zip.ZipEntry
Returns the ZIP entry name.
total - Static variable in class de.schlichtherle.io.CountingOutputStream
 
total - Static variable in class de.schlichtherle.io.CountingReadOnlyFile
 
totalReadLockCount - Variable in class de.schlichtherle.io.ReentrantReadWriteLock
 
totalWriteLockCount - Variable in class de.schlichtherle.io.ReentrantReadWriteLock
 
touch() - Method in class de.schlichtherle.io.ArchiveFileSystem
Ensures that the controller's data structures required to output entries are properly initialized and marks this virtual archive file system as touched.
touch() - Method in class de.schlichtherle.io.ArchiveFileSystemController
Called by this controller's ArchiveFileSystem to notify it that the file system has been touched.
touch(String[]) - Method in class de.schlichtherle.io.samples.NZip
 
touch() - Method in class de.schlichtherle.io.UpdatingArchiveController
 
touched - Variable in class de.schlichtherle.io.ArchiveFileSystem
The number of times this file system has been modified (touched).
toURI() - Method in class de.schlichtherle.io.File
 
toURL() - Method in class de.schlichtherle.io.File
Deprecated. This method has been deprecated in JSE 6.
TransientIOException - Exception in de.schlichtherle.io.archive.spi
May be thrown by archive drivers to indicate that an IOException occured as a transient event when accessing an archive file and another try to access the same archive file may finally succeed.
TransientIOException(IOException) - Constructor for exception de.schlichtherle.io.archive.spi.TransientIOException
 
traversable(File) - Static method in class de.schlichtherle.io.swing.FileView
 
treeCollapsed(TreeExpansionEvent) - Method in class de.schlichtherle.io.swing.JFileTree.Controller
 
treeExpanded(TreeExpansionEvent) - Method in class de.schlichtherle.io.swing.JFileTree.Controller
 
tryLock() - Method in interface de.schlichtherle.io.ReentrantLock
Acquires this lock if and only if it is available at the time of invocation by the current thread and returns true.
tryLock() - Method in class de.schlichtherle.io.ReentrantReadWriteLock.ReadLock
 
tryLock() - Method in class de.schlichtherle.io.ReentrantReadWriteLock.WriteLock
 
tryLockRead() - Method in class de.schlichtherle.io.ReentrantReadWriteLock
 
tryLockWrite() - Method in class de.schlichtherle.io.ReentrantReadWriteLock
 
TWO_PI - Static variable in class de.schlichtherle.key.passwd.swing.HurlingWindowFeedback
 
Type0RaesOutputStream - Class in de.schlichtherle.crypto.io.raes
Writes a type 0 RAES file.
Type0RaesOutputStream(OutputStream, Type0RaesParameters) - Constructor for class de.schlichtherle.crypto.io.raes.Type0RaesOutputStream
 
Type0RaesParameters - Interface in de.schlichtherle.crypto.io.raes
The parameters of this interface are used with RAES type 0 files.
Type0RaesReadOnlyFile - Class in de.schlichtherle.crypto.io.raes
Reads a type 0 RAES file.
Type0RaesReadOnlyFile(ReadOnlyFile, Type0RaesParameters) - Constructor for class de.schlichtherle.crypto.io.raes.Type0RaesReadOnlyFile
 
typeDescription(File) - Static method in class de.schlichtherle.io.swing.FileView
 

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.