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

B

base - Variable in class de.schlichtherle.truezip.fs.archive.FsArchiveFileSystem.SegmentLink
 
beanDescriptor - Static variable in class de.schlichtherle.truezip.entry.EntryNameBeanInfo
 
beanDescriptor - Static variable in class de.schlichtherle.truezip.fs.FsEntryNameBeanInfo
 
beanDescriptor - Static variable in class de.schlichtherle.truezip.fs.FsMountPointBeanInfo
 
beanDescriptor - Static variable in class de.schlichtherle.truezip.fs.FsPathBeanInfo
 
beanDescriptor - Static variable in class de.schlichtherle.truezip.fs.FsSchemeBeanInfo
 
beanDescriptor - Static variable in class de.schlichtherle.truezip.util.BitFieldBeanInfo
 
beforeSync(BitField<FsSyncOption>, ExceptionHandler<? super FsSyncException, X>) - Method in class de.schlichtherle.truezip.fs.FsCachingController
 
beforeTouch(FsArchiveFileSystemEvent<? extends E>) - Method in interface de.schlichtherle.truezip.fs.archive.FsArchiveFileSystemTouchListener
Called immediately before the source archive file system is going to get modified (touched) for the first time.
beforeTouch(FsArchiveFileSystemEvent<? extends E>) - Method in class de.schlichtherle.truezip.fs.archive.FsDefaultArchiveController.TouchListener
 
beginOutput() - Method in class de.schlichtherle.truezip.fs.FsCachingController.EntryController
 
bind(InputSocket<?>) - Method in class de.schlichtherle.truezip.socket.InputSocket
Binds this socket to given socket by inheriting its peer target.
bind(OutputSocket<?>) - Method in class de.schlichtherle.truezip.socket.OutputSocket
Binds this socket to given socket by inheriting its peer target.
BitField<E extends Enum<E>> - Class in de.schlichtherle.truezip.util
A type-safe, immutable set of enums which emulates the concept of a bit field, i.e. a set of predefined bits.
BitField(Class<E>, boolean) - Constructor for class de.schlichtherle.truezip.util.BitField
Constructs a new bit field which contains all or none of the enums of the given element type.
BitField(E) - Constructor for class de.schlichtherle.truezip.util.BitField
Constructs a new bit field which contains the given bit.
BitField(E, E...) - Constructor for class de.schlichtherle.truezip.util.BitField
Constructs a new bit field which contains the given bits.
BitField(Collection<E>) - Constructor for class de.schlichtherle.truezip.util.BitField
Constructs a new bit field by sharing the given set of enums.
BitFieldBeanInfo - Class in de.schlichtherle.truezip.util
Provides a persistence delegate to support XMLEncoder/XMLDecoder.
BitFieldBeanInfo() - Constructor for class de.schlichtherle.truezip.util.BitFieldBeanInfo
 
bits - Variable in class de.schlichtherle.truezip.util.BitField
 
buf - Variable in class de.schlichtherle.truezip.io.LEDataOutputStream
This buffer is used for writing data.
buf - Variable in class de.schlichtherle.truezip.io.Streams.Buffer
The byte buffer used for reading and writing.
buffer - Variable in class de.schlichtherle.truezip.io.Paths.Normalizer
 
buffer - Variable in class de.schlichtherle.truezip.io.SeekableByteBufferChannel
 
buffer - Variable in class de.schlichtherle.truezip.rof.ByteArrayReadOnlyFile
 
buffer - Variable in class de.schlichtherle.truezip.socket.IOCache
 
buffer - Variable in class de.schlichtherle.truezip.socket.IOCache.Input
 
buffer - Variable in class de.schlichtherle.truezip.socket.IOCache.Output
 
BUFFER_SIZE - Static variable in class de.schlichtherle.truezip.io.Streams
The buffer size used for reading and writing.
BufferedReadOnlyFile - Class in de.schlichtherle.truezip.rof
A ReadOnlyFile implementation which provides buffered random read only access to another ReadOnlyFile.
BufferedReadOnlyFile(File) - Constructor for class de.schlichtherle.truezip.rof.BufferedReadOnlyFile
Constructs a new buffered read only file.
BufferedReadOnlyFile(File, int) - Constructor for class de.schlichtherle.truezip.rof.BufferedReadOnlyFile
Constructs a new buffered read only file.
BufferedReadOnlyFile(ReadOnlyFile) - Constructor for class de.schlichtherle.truezip.rof.BufferedReadOnlyFile
Constructs a new buffered read only file.
BufferedReadOnlyFile(ReadOnlyFile, int) - Constructor for class de.schlichtherle.truezip.rof.BufferedReadOnlyFile
Constructs a new buffered read only file.
BufferedReadOnlyFile(ReadOnlyFile, File, int) - Constructor for class de.schlichtherle.truezip.rof.BufferedReadOnlyFile
 
buffers - Variable in class de.schlichtherle.truezip.fs.archive.FsMultiplexedOutputShop
The map of temporary archive entries which have not yet been written to the output archive.
builder - Variable in class de.schlichtherle.truezip.util.UriBuilder
 
busy - Variable in class de.schlichtherle.truezip.fs.archive.FsMultiplexedOutputShop
 
ByteArrayIOEntry - Class in de.schlichtherle.truezip.socket
An I/O entry which uses a byte array.
ByteArrayIOEntry(String) - Constructor for class de.schlichtherle.truezip.socket.ByteArrayIOEntry
ByteArrayIOEntry(String, int) - Constructor for class de.schlichtherle.truezip.socket.ByteArrayIOEntry
Constructs a new byte array I/O entry with the given name and initial capacity of the byte array for the next output to this I/O entry.
ByteArrayIOEntry.ByteArrayInputSocket - Class in de.schlichtherle.truezip.socket
 
ByteArrayIOEntry.ByteArrayInputSocket() - Constructor for class de.schlichtherle.truezip.socket.ByteArrayIOEntry.ByteArrayInputSocket
 
ByteArrayIOEntry.ByteArrayOutputSocket - Class in de.schlichtherle.truezip.socket
 
ByteArrayIOEntry.ByteArrayOutputSocket() - Constructor for class de.schlichtherle.truezip.socket.ByteArrayIOEntry.ByteArrayOutputSocket
 
ByteArrayIOEntry.DataInputChannel - Class in de.schlichtherle.truezip.socket
 
ByteArrayIOEntry.DataInputChannel() - Constructor for class de.schlichtherle.truezip.socket.ByteArrayIOEntry.DataInputChannel
 
ByteArrayIOEntry.DataInputStream - Class in de.schlichtherle.truezip.socket
 
ByteArrayIOEntry.DataInputStream() - Constructor for class de.schlichtherle.truezip.socket.ByteArrayIOEntry.DataInputStream
 
ByteArrayIOEntry.DataOutputChannel - Class in de.schlichtherle.truezip.socket
 
ByteArrayIOEntry.DataOutputChannel() - Constructor for class de.schlichtherle.truezip.socket.ByteArrayIOEntry.DataOutputChannel
 
ByteArrayIOEntry.DataOutputStream - Class in de.schlichtherle.truezip.socket
 
ByteArrayIOEntry.DataOutputStream() - Constructor for class de.schlichtherle.truezip.socket.ByteArrayIOEntry.DataOutputStream
 
ByteArrayIOEntry.DataReadOnlyFile - Class in de.schlichtherle.truezip.socket
 
ByteArrayIOEntry.DataReadOnlyFile() - Constructor for class de.schlichtherle.truezip.socket.ByteArrayIOEntry.DataReadOnlyFile
 
ByteArrayIOEntry.Nio2ByteArrayInputSocket - Class in de.schlichtherle.truezip.socket
 
ByteArrayIOEntry.Nio2ByteArrayInputSocket() - Constructor for class de.schlichtherle.truezip.socket.ByteArrayIOEntry.Nio2ByteArrayInputSocket
 
ByteArrayIOEntry.Nio2ByteArrayOutputSocket - Class in de.schlichtherle.truezip.socket
 
ByteArrayIOEntry.Nio2ByteArrayOutputSocket() - Constructor for class de.schlichtherle.truezip.socket.ByteArrayIOEntry.Nio2ByteArrayOutputSocket
 
ByteArrayIOEntry.SocketFactory - Enum in de.schlichtherle.truezip.socket
 
ByteArrayIOEntry.SocketFactory() - Constructor for enum de.schlichtherle.truezip.socket.ByteArrayIOEntry.SocketFactory
 
ByteArrayIOPool - Class in de.schlichtherle.truezip.socket
A pool of byte array I/O entries.
ByteArrayIOPool() - Constructor for class de.schlichtherle.truezip.socket.ByteArrayIOPool
ByteArrayIOPool(int) - Constructor for class de.schlichtherle.truezip.socket.ByteArrayIOPool
Constructs a new byte array I/O pool.
ByteArrayIOPool.Entry - Class in de.schlichtherle.truezip.socket
 
ByteArrayIOPool.Entry(int) - Constructor for class de.schlichtherle.truezip.socket.ByteArrayIOPool.Entry
 
ByteArrayIOPoolService - Class in de.schlichtherle.truezip.socket.spi
An immutable container of a byte array I/O pool.
ByteArrayIOPoolService(int) - Constructor for class de.schlichtherle.truezip.socket.spi.ByteArrayIOPoolService
Constructs a new instance which provides a byte array I/O pool where each allocated byte array I/O entry has an initial capacity of the given number of bytes.
ByteArrayReadOnlyFile - Class in de.schlichtherle.truezip.rof
A read only file which reads from a byte array provided to its constructor.
ByteArrayReadOnlyFile(byte[]) - Constructor for class de.schlichtherle.truezip.rof.ByteArrayReadOnlyFile
Constructs a new byte array read only file.
ByteArrayReadOnlyFile(byte[], int, int) - Constructor for class de.schlichtherle.truezip.rof.ByteArrayReadOnlyFile
Constructs a new byte array read only file.
A B C D E F G H I J K L M N O P Q R S T U V W 
TrueZIP Kernel 7.4.1

Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.