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

B

BASE_DIR - Static variable in class de.schlichtherle.key.passwd.swing.AuthenticationPanel
 
baseName - Variable in class de.schlichtherle.io.ArchiveFileSystem.AbstractDelta.Element
 
BasicCreateKeyFeedback - Class in de.schlichtherle.key.passwd.swing
Deprecated.  
BasicCreateKeyFeedback() - Constructor for class de.schlichtherle.key.passwd.swing.BasicCreateKeyFeedback
Deprecated.  
BasicFeedback - Class in de.schlichtherle.key.passwd.swing
Provides feedback by beeping using the default toolkit.
BasicFeedback() - Constructor for class de.schlichtherle.key.passwd.swing.BasicFeedback
 
BasicInvalidCreateKeyFeedback - Class in de.schlichtherle.key.passwd.swing
Provides feedback by beeping using the default toolkit and disabling the default button in the root pane for three seconds when prompting for a key to create or overwrite a protected resource and the last input was invalid.
BasicInvalidCreateKeyFeedback() - Constructor for class de.schlichtherle.key.passwd.swing.BasicInvalidCreateKeyFeedback
 
BasicInvalidKeyFeedback - Class in de.schlichtherle.key.passwd.swing
Provides feedback by beeping using the default toolkit and disabling the default button in the root pane for three seconds when prompting for a key and the last input was invalid.
BasicInvalidKeyFeedback() - Constructor for class de.schlichtherle.key.passwd.swing.BasicInvalidKeyFeedback
 
BasicInvalidOpenKeyFeedback - Class in de.schlichtherle.key.passwd.swing
Provides feedback by beeping using the default toolkit and disabling the default button in the root pane for three seconds when prompting for a key to open an existing protected resource and the last input was invalid.
BasicInvalidOpenKeyFeedback() - Constructor for class de.schlichtherle.key.passwd.swing.BasicInvalidOpenKeyFeedback
 
BasicOpenKeyFeedback - Class in de.schlichtherle.key.passwd.swing
Deprecated.  
BasicOpenKeyFeedback() - Constructor for class de.schlichtherle.key.passwd.swing.BasicOpenKeyFeedback
Deprecated.  
BasicUnknownCreateKeyFeedback - Class in de.schlichtherle.key.passwd.swing
Provides feedback by beeping using the default toolkit.
BasicUnknownCreateKeyFeedback() - Constructor for class de.schlichtherle.key.passwd.swing.BasicUnknownCreateKeyFeedback
 
BasicUnknownKeyFeedback - Class in de.schlichtherle.key.passwd.swing
Provides feedback by beeping using the default toolkit when prompting for a key for the first time.
BasicUnknownKeyFeedback() - Constructor for class de.schlichtherle.key.passwd.swing.BasicUnknownKeyFeedback
 
BasicUnknownOpenKeyFeedback - Class in de.schlichtherle.key.passwd.swing
Provides feedback by beeping using the default toolkit.
BasicUnknownOpenKeyFeedback() - Constructor for class de.schlichtherle.key.passwd.swing.BasicUnknownOpenKeyFeedback
 
BasicZipFile - Class in de.schlichtherle.util.zip
This class is not intended for public use!
BasicZipFile(String) - Constructor for class de.schlichtherle.util.zip.BasicZipFile
Deprecated. Use new BasicZipFile.BasicZipFile(ReadOnlyFile, String, boolean, boolean) instead.
BasicZipFile(String, String) - Constructor for class de.schlichtherle.util.zip.BasicZipFile
Deprecated. Use new BasicZipFile.BasicZipFile(ReadOnlyFile, String, boolean, boolean) instead.
BasicZipFile(String, String, boolean, boolean) - Constructor for class de.schlichtherle.util.zip.BasicZipFile
Deprecated. Use new BasicZipFile.BasicZipFile(ReadOnlyFile, String, boolean, boolean) instead.
BasicZipFile(File) - Constructor for class de.schlichtherle.util.zip.BasicZipFile
Deprecated. Use new BasicZipFile.BasicZipFile(ReadOnlyFile, String, boolean, boolean) instead.
BasicZipFile(File, String) - Constructor for class de.schlichtherle.util.zip.BasicZipFile
Deprecated. Use new BasicZipFile.BasicZipFile(ReadOnlyFile, String, boolean, boolean) instead.
BasicZipFile(File, String, boolean, boolean) - Constructor for class de.schlichtherle.util.zip.BasicZipFile
Deprecated. Use new BasicZipFile.BasicZipFile(ReadOnlyFile, String, boolean, boolean) instead.
BasicZipFile(ReadOnlyFile) - Constructor for class de.schlichtherle.util.zip.BasicZipFile
Deprecated. Use new BasicZipFile.BasicZipFile(ReadOnlyFile, String, boolean, boolean) instead.
BasicZipFile(ReadOnlyFile, String) - Constructor for class de.schlichtherle.util.zip.BasicZipFile
Deprecated. Use new BasicZipFile.BasicZipFile(ReadOnlyFile, String, boolean, boolean) instead.
BasicZipFile(ReadOnlyFile, String, boolean, boolean) - Constructor for class de.schlichtherle.util.zip.BasicZipFile
Opens the given ReadOnlyFile for reading its entries.
BasicZipFile(ReadOnlyFile, File, String, boolean, boolean) - Constructor for class de.schlichtherle.util.zip.BasicZipFile
 
BasicZipFile.AccountedInputStream - Class in de.schlichtherle.util.zip
 
BasicZipFile.AccountedInputStream() - Constructor for class de.schlichtherle.util.zip.BasicZipFile.AccountedInputStream
 
BasicZipFile.CheckedInputStream - Class in de.schlichtherle.util.zip
 
BasicZipFile.CheckedInputStream(InputStream, ZipEntry, int) - Constructor for class de.schlichtherle.util.zip.BasicZipFile.CheckedInputStream
 
BasicZipFile.IntervalInputStream - Class in de.schlichtherle.util.zip
InputStream that delegates requests to the underlying RandomAccessFile, making sure that only bytes from a certain range can be read.
BasicZipFile.IntervalInputStream(long, long) - Constructor for class de.schlichtherle.util.zip.BasicZipFile.IntervalInputStream
 
BasicZipFile.IrregularOffsetMapper - Class in de.schlichtherle.util.zip
 
BasicZipFile.IrregularOffsetMapper(long) - Constructor for class de.schlichtherle.util.zip.BasicZipFile.IrregularOffsetMapper
 
BasicZipFile.OffsetMapper - Class in de.schlichtherle.util.zip
 
BasicZipFile.OffsetMapper() - Constructor for class de.schlichtherle.util.zip.BasicZipFile.OffsetMapper
 
BasicZipFile.PooledInflaterInputStream - Class in de.schlichtherle.util.zip
 
BasicZipFile.PooledInflaterInputStream(InputStream, int) - Constructor for class de.schlichtherle.util.zip.BasicZipFile.PooledInflaterInputStream
 
BasicZipFile.RawCheckedInputStream - Class in de.schlichtherle.util.zip
A stream which reads and returns deflated data from its input while a CRC-32 checksum is computed over the inflated data and checked in the method close.
BasicZipFile.RawCheckedInputStream(InputStream, ZipEntry, int) - Constructor for class de.schlichtherle.util.zip.BasicZipFile.RawCheckedInputStream
 
BasicZipOutputStream - Class in de.schlichtherle.util.zip
This class is not intended for public use!
BasicZipOutputStream(OutputStream) - Constructor for class de.schlichtherle.util.zip.BasicZipOutputStream
Creates a new ZIP output stream decorating the given output stream, using the "UTF-8" charset.
BasicZipOutputStream(OutputStream, String) - Constructor for class de.schlichtherle.util.zip.BasicZipOutputStream
Creates a new ZIP output stream decorating the given output stream.
BasicZipOutputStream.ZipDeflater - Class in de.schlichtherle.util.zip
A Deflater which can be asked for its current deflation level and counts input and output data length as a long integer value.
BasicZipOutputStream.ZipDeflater() - Constructor for class de.schlichtherle.util.zip.BasicZipOutputStream.ZipDeflater
 
beginPaintingDisabled() - Method in class de.schlichtherle.io.swing.JFileChooser
 
block - Variable in class de.schlichtherle.crypto.io.CipherReadOnlyFile
The block buffer to use for decryption of partial blocks.
blockCounter - Variable in class de.schlichtherle.crypto.modes.SICSeekableBlockCipher
 
blockOff - Variable in class de.schlichtherle.crypto.io.CipherReadOnlyFile
The current offset in the encrypted file where the data starts that has been decrypted to the block.
blockSize - Variable in class de.schlichtherle.crypto.modes.SICSeekableBlockCipher
 
buf - Variable in class de.schlichtherle.io.Streams.Buffer
The byte buffer used for asynchronous reading and writing.
buf - Variable in class de.schlichtherle.io.util.LEDataOutputStream
This buffer is used for writing data.
BufferedReadOnlyFile - Class in de.schlichtherle.io.rof
A ReadOnlyFile implementation which provides buffered random read only access to another ReadOnlyFile.
BufferedReadOnlyFile(File) - Constructor for class de.schlichtherle.io.rof.BufferedReadOnlyFile
Creates a new instance of BufferedReadOnlyFile.
BufferedReadOnlyFile(File, int) - Constructor for class de.schlichtherle.io.rof.BufferedReadOnlyFile
Creates a new instance of BufferedReadOnlyFile.
BufferedReadOnlyFile(ReadOnlyFile) - Constructor for class de.schlichtherle.io.rof.BufferedReadOnlyFile
Creates a new instance of BufferedReadOnlyFile.
BufferedReadOnlyFile(ReadOnlyFile, int) - Constructor for class de.schlichtherle.io.rof.BufferedReadOnlyFile
Creates a new instance of BufferedReadOnlyFile.
BufferedReadOnlyFile(ReadOnlyFile, File, int) - Constructor for class de.schlichtherle.io.rof.BufferedReadOnlyFile
 
BUFSIZE - Static variable in class de.schlichtherle.io.archive.tar.TarBZip2Driver
 
BUFSIZE - Static variable in class de.schlichtherle.io.archive.tar.TarGZipDriver
 
busy - Variable in class de.schlichtherle.io.archive.tar.TarOutputArchive
 
busy() - Method in class de.schlichtherle.util.zip.BasicZipFile
Returns true if and only if some input streams are open to read from this ZIP compatible file.
busy() - Method in class de.schlichtherle.util.zip.ZipFile
 
BYTE2CHAR - Static variable in class de.schlichtherle.nio.charset.IBM437Charset
 
byte2char - Variable in class de.schlichtherle.nio.charset.OctetCharset
 

TrueZIP 6.8.2
A B C D E F G H I J K L M N O P Q R S T U V W Z
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.