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

D

data - Variable in class de.schlichtherle.truezip.rof.ByteArrayReadOnlyFile
 
data - Variable in class de.schlichtherle.truezip.socket.ByteArrayIOEntry
 
data - Variable in class de.schlichtherle.truezip.socket.IOCache.Buffer
 
de.schlichtherle.truezip.entry - package de.schlichtherle.truezip.entry
Essential interfaces and classes for entries and containers in (possibly federated virtual) file systems.
de.schlichtherle.truezip.fs - package de.schlichtherle.truezip.fs
Provides access to (possibly federated virtual) file systems.
de.schlichtherle.truezip.fs.archive - package de.schlichtherle.truezip.fs.archive
Provides acces to archive files as if they were just directories.
de.schlichtherle.truezip.fs.sl - package de.schlichtherle.truezip.fs.sl
Provides singletons to locate file system driver service providers and a file system manager service provider.
de.schlichtherle.truezip.fs.spi - package de.schlichtherle.truezip.fs.spi
Provides an abstract class for locatable file system driver service providers and a locatable file system manager service provider.
de.schlichtherle.truezip.io - package de.schlichtherle.truezip.io
General I/O utilities.
de.schlichtherle.truezip.rof - package de.schlichtherle.truezip.rof
Provides random read-only access to files (as opposed to the random read/write access provided by RandomAccessFile).
de.schlichtherle.truezip.socket - package de.schlichtherle.truezip.socket
Provides I/O sockets to address and resolve targets for I/O operations.
de.schlichtherle.truezip.socket.sl - package de.schlichtherle.truezip.socket.sl
Provides a singleton to locate an I/O pool service provider.
de.schlichtherle.truezip.socket.spi - package de.schlichtherle.truezip.socket.spi
Provides an abstract class for a locatable I/O pool service provider.
de.schlichtherle.truezip.util - package de.schlichtherle.truezip.util
General utility classes.
decode(String) - Method in class de.schlichtherle.truezip.util.UriDecoder
Decodes all escape sequences in the string eS, that is, each occurence of "%XX", where X is a hexadecimal digit, gets substituted with the corresponding single byte and the resulting string gets decoded using the character set provided to the constructor.
decode(String, StringBuilder) - Method in class de.schlichtherle.truezip.util.UriDecoder
Decodes all escape sequences in the string eS, that is, each occurence of "%XX", where X is a hexadecimal digit, gets substituted with the corresponding single byte and the resulting string gets decoded to the string builder dS using the character set provided to the constructor.
decoder - Variable in class de.schlichtherle.truezip.util.UriDecoder
 
DecoratingEntry<E extends Entry> - Class in de.schlichtherle.truezip.entry
An abstract decorator for an entry.
DecoratingEntry(E) - Constructor for class de.schlichtherle.truezip.entry.DecoratingEntry
Constructs a new decorating file system entry.
DecoratingEntryContainer<E extends Entry,C extends EntryContainer<E>> - Class in de.schlichtherle.truezip.entry
An abstract decorator for an entry container.
DecoratingEntryContainer(C) - Constructor for class de.schlichtherle.truezip.entry.DecoratingEntryContainer
Constructs a new filter entry container.
DecoratingInputShop<E extends Entry,I extends InputShop<E>> - Class in de.schlichtherle.truezip.socket
An abstract decorator for an input shop.
DecoratingInputShop(I) - Constructor for class de.schlichtherle.truezip.socket.DecoratingInputShop
 
DecoratingInputSocket<E extends Entry> - Class in de.schlichtherle.truezip.socket
An abstract decorator for an input socket.
DecoratingInputSocket(InputSocket<? extends E>) - Constructor for class de.schlichtherle.truezip.socket.DecoratingInputSocket
 
DecoratingInputStream - Class in de.schlichtherle.truezip.io
An abstract decorator for an input stream.
DecoratingInputStream(InputStream) - Constructor for class de.schlichtherle.truezip.io.DecoratingInputStream
Constructs a new decorating input stream.
DecoratingOutputShop<E extends Entry,O extends OutputShop<E>> - Class in de.schlichtherle.truezip.socket
An abstract decorator for an output shop.
DecoratingOutputShop(O) - Constructor for class de.schlichtherle.truezip.socket.DecoratingOutputShop
 
DecoratingOutputSocket<E extends Entry> - Class in de.schlichtherle.truezip.socket
An abstract decorator for an output socket.
DecoratingOutputSocket(OutputSocket<? extends E>) - Constructor for class de.schlichtherle.truezip.socket.DecoratingOutputSocket
 
DecoratingOutputStream - Class in de.schlichtherle.truezip.io
An abstract decorator for an output stream.
DecoratingOutputStream(OutputStream) - Constructor for class de.schlichtherle.truezip.io.DecoratingOutputStream
Constructs a new decorating output stream.
DecoratingReadOnlyFile - Class in de.schlichtherle.truezip.rof
An abstract decorator for a read only file.
DecoratingReadOnlyFile(ReadOnlyFile) - Constructor for class de.schlichtherle.truezip.rof.DecoratingReadOnlyFile
Constructs a new decorating read only file.
DEFAULT_LEGAL_CHARS - Static variable in class de.schlichtherle.truezip.util.UriEncoder
 
defaultEventIndex - Static variable in class de.schlichtherle.truezip.entry.EntryNameBeanInfo
 
defaultEventIndex - Static variable in class de.schlichtherle.truezip.fs.FsEntryNameBeanInfo
 
defaultEventIndex - Static variable in class de.schlichtherle.truezip.fs.FsMountPointBeanInfo
 
defaultEventIndex - Static variable in class de.schlichtherle.truezip.fs.FsPathBeanInfo
 
defaultEventIndex - Static variable in class de.schlichtherle.truezip.fs.FsSchemeBeanInfo
 
defaultEventIndex - Static variable in class de.schlichtherle.truezip.util.BitFieldBeanInfo
 
defaultPropertyIndex - Static variable in class de.schlichtherle.truezip.entry.EntryNameBeanInfo
 
defaultPropertyIndex - Static variable in class de.schlichtherle.truezip.fs.FsEntryNameBeanInfo
 
defaultPropertyIndex - Static variable in class de.schlichtherle.truezip.fs.FsMountPointBeanInfo
 
defaultPropertyIndex - Static variable in class de.schlichtherle.truezip.fs.FsPathBeanInfo
 
defaultPropertyIndex - Static variable in class de.schlichtherle.truezip.fs.FsSchemeBeanInfo
 
defaultPropertyIndex - Static variable in class de.schlichtherle.truezip.util.BitFieldBeanInfo
 
DefaultReadOnlyFile - Class in de.schlichtherle.truezip.rof
A ReadOnlyFile implementation derived from RandomAccessFile.
DefaultReadOnlyFile(File) - Constructor for class de.schlichtherle.truezip.rof.DefaultReadOnlyFile
 
delegate - Variable in class de.schlichtherle.truezip.entry.DecoratingEntry
The decorated entry.
delegate - Variable in class de.schlichtherle.truezip.entry.DecoratingEntryContainer
The decorated entry container.
delegate - Variable in class de.schlichtherle.truezip.fs.FsDecoratingController
The decorated file system controller.
delegate - Variable in class de.schlichtherle.truezip.fs.FsDecoratingEntry
The decorated entry.
delegate - Variable in class de.schlichtherle.truezip.fs.FsDecoratingManager
 
delegate - Variable in class de.schlichtherle.truezip.fs.FsDecoratingModel
 
delegate - Variable in class de.schlichtherle.truezip.io.DecoratingInputStream
The nullable decorated input stream.
delegate - Variable in class de.schlichtherle.truezip.io.DecoratingOutputStream
The nullable decorated output stream.
delegate - Variable in class de.schlichtherle.truezip.rof.DecoratingReadOnlyFile
The nullable decorated read only file.
delegate - Variable in class de.schlichtherle.truezip.socket.DecoratingInputSocket
 
delegate - Variable in class de.schlichtherle.truezip.socket.DecoratingOutputSocket
 
dequote(CharBuffer) - Static method in class de.schlichtherle.truezip.util.UriDecoder
 
dequote(char) - Static method in class de.schlichtherle.truezip.util.UriDecoder
 
DIRECTORY_TYPE_SET - Static variable in interface de.schlichtherle.truezip.entry.Entry
An unmodifiable set of just Entry.Type.DIRECTORY.
DOT_URI - Static variable in class de.schlichtherle.truezip.fs.FsPath
 
driver - Variable in class de.schlichtherle.truezip.fs.archive.FsDefaultArchiveController
 
drivers - Variable in class de.schlichtherle.truezip.fs.FsDefaultDriver
 
DRIVERS - Static variable in class de.schlichtherle.truezip.fs.sl.FsDriverLocator.Boot
 
A B C D E F G H I J L M N O P Q R S T U V W 
TrueZIP Kernel 7.1.3

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