| Package | Description |
|---|---|
| de.schlichtherle.truezip.fs |
Provides access to (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 | Method and Description |
|---|---|
abstract InputShop<E> |
FsArchiveDriver.newInputShop(FsModel model,
InputSocket<?> input)
Creates a new input shop for reading the archive entries for the
given
model from the given input socket's target. |
| Modifier and Type | Method and Description |
|---|---|
abstract OutputShop<E> |
FsArchiveDriver.newOutputShop(FsModel model,
OutputSocket<?> output,
InputShop<E> source)
Creates a new output shop for writing archive entries for the
given
model to the given output socket's target. |
| Modifier and Type | Class and Description |
|---|---|
class |
DecoratingInputShop<E extends Entry,I extends InputShop<E>>
An abstract decorator for an input shop.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DecoratingInputShop<E extends Entry,I extends InputShop<E>>
An abstract decorator for an input shop.
|
class |
DisconnectingInputShop<E extends Entry>
Decorates another input shop in order to disconnect any resources when this
input 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. |
| Modifier and Type | Method and Description |
|---|---|
InputShop<E> |
SynchronizedInputShop.getDelegate()
Deprecated.
This method enables unsynchronized access to the decorated
resource, which is inherently unsafe.
|
| Constructor and Description |
|---|
DisconnectingInputShop(InputShop<E> input)
Constructs a disconnecting input shop.
|
LockInputShop(InputShop<E> input)
Constructs a new concurrent input shop.
|
LockInputShop(InputShop<E> input,
Lock lock)
Constructs a new concurrent input shop.
|
SynchronizedInputShop(InputShop<E> input)
Deprecated.
Constructs a synchronized input shop.
|
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.