|
TrueZIP Kernel 7.0-rc2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use DecoratingEntryContainer | |
|---|---|
| de.schlichtherle.truezip.fs.archive | Provides acces to archive files as if they were just directories. |
| de.schlichtherle.truezip.socket | Provides I/O sockets to address and resolve targets for I/O operations. |
| Uses of DecoratingEntryContainer in de.schlichtherle.truezip.fs.archive |
|---|
| Subclasses of DecoratingEntryContainer in de.schlichtherle.truezip.fs.archive | |
|---|---|
private class |
FsDefaultArchiveController.Input
This member class makes this archive controller instance strongly reachable from any created input stream. |
private class |
FsDefaultArchiveController.Output
This member class makes this archive controller instance strongly reachable from any created output stream. |
class |
FsMultiplexedArchiveOutputShop<AE extends FsArchiveEntry>
Decorates an OutputShop in order to support a virtually
unlimited number of entries which may be written concurrently while
actually at most one entry is written concurrently to the output archive
output. |
| Uses of DecoratingEntryContainer in de.schlichtherle.truezip.socket |
|---|
| Subclasses of DecoratingEntryContainer in de.schlichtherle.truezip.socket | |
|---|---|
class |
ConcurrentInputShop<E extends Entry>
Decorates an InputShop to add accounting and multithreading
synchronization for all input streams or read only files created by the
decorated input shop. |
class |
ConcurrentOutputShop<E extends Entry>
Decorates an OutputShop to add accounting and multithreading
synchronization for all output streams created by the decorated output shop. |
class |
DecoratingInputShop<E extends Entry,I extends InputShop<E>>
An abstract decorator for an input shop. |
class |
DecoratingOutputShop<E extends Entry,O extends OutputShop<E>>
An abstract decorator for an output shop. |
|
TrueZIP Kernel 7.0-rc2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||