| Package | Description |
|---|---|
| de.schlichtherle.truezip.entry |
Essential interfaces and classes for entries and containers in (possibly
federated virtual) file systems.
|
| de.schlichtherle.truezip.socket |
Provides I/O sockets to address and resolve targets for I/O operations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DecoratingEntryContainer<E extends Entry,C extends EntryContainer<E>>
An abstract decorator for an entry container.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DecoratingEntryContainer<E extends Entry,C extends EntryContainer<E>>
An abstract decorator for an entry container.
|
| Modifier and Type | Field and Description |
|---|---|
protected C |
DecoratingEntryContainer.delegate
The decorated entry container.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
InputService<E extends Entry>
A service for input sockets.
|
interface |
InputShop<E extends Entry>
A closable input service.
|
interface |
OutputService<E extends Entry>
A service for output sockets.
|
interface |
OutputShop<E extends Entry>
A closable output service.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
class |
DisconnectingInputShop<E extends Entry>
Decorates another input shop in order to disconnect any resources when this
input shop gets closed.
|
class |
DisconnectingOutputShop<E extends Entry>
Decorates another output shop in order to disconnect any resources when this
output shop gets closed.
|
class |
LockInputShop<E extends Entry>
Decorates another input shop to allow concurrent access which is
synchronized by a
Lock object provided to its constructor. |
class |
LockOutputShop<E extends Entry>
Decorates another output shop to allow concurrent access which is
synchronized by a
Lock object provided to its constructor. |
class |
MultiplexedOutputShop<E extends MutableEntry>
Decorates annother output shop to support a virtually unlimited number of
entries which may be written concurrently while actually at most one entry
is written concurrently to the decorated output shop.
|
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.