| 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 |
|---|---|
InputSocket<?> |
FsArchiveDriver.getInputSocket(FsController<?> controller,
FsEntryName name,
BitField<FsInputOption> options)
Called to prepare reading an archive file artifact of this driver from
name in controller using options. |
InputSocket<?> |
FsDecoratingController.getInputSocket(FsEntryName name,
BitField<FsInputOption> options) |
abstract InputSocket<?> |
FsController.getInputSocket(FsEntryName name,
BitField<FsInputOption> options)
Returns an input socket for reading the contents of the file system
entry addressed by the given name from the file system.
|
| 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 | Class and Description |
|---|---|
class |
ClutchInputSocket<E extends Entry>
An input socket which obtains its delegate lazily and
ClutchInputSocket.reset()s it
upon any Throwable. |
class |
DecoratingInputSocket<E extends Entry>
An abstract decorator for an input socket.
|
class |
DelegatingInputSocket<E extends Entry>
Delegates all methods to another input socket.
|
| Modifier and Type | Method and Description |
|---|---|
InputSocket<E> |
InputSocket.bind(InputSocket<?> to)
Binds this socket to given socket by inheriting its
peer target. |
protected InputSocket<? extends E> |
DelegatingInputSocket.getBoundSocket()
Binds the decorated socket to this socket and returns it.
|
protected abstract InputSocket<? extends E> |
DelegatingInputSocket.getDelegate()
Returns the delegate socket.
|
protected InputSocket<? extends E> |
DecoratingInputSocket.getDelegate() |
protected InputSocket<? extends E> |
ClutchInputSocket.getDelegate() |
InputSocket<?> |
IOCache.getInputSocket()
Returns an input socket for reading the cached entry data.
|
InputSocket<E> |
InputEntry.getInputSocket()
Returns an input socket for reading this entry.
|
InputSocket<? extends E> |
SynchronizedInputShop.getInputSocket(String name)
Deprecated.
|
InputSocket<? extends E> |
LockInputShop.getInputSocket(String name) |
InputSocket<? extends E> |
InputService.getInputSocket(String name)
Returns an input socket for reading from the entry with the given name.
|
InputSocket<? extends E> |
DisconnectingInputShop.getInputSocket(String name) |
InputSocket<? extends E> |
DecoratingInputShop.getInputSocket(String name) |
protected abstract InputSocket<? extends E> |
ClutchInputSocket.getLazyDelegate()
Returns the delegate socket for lazy initialization.
|
| Modifier and Type | Method and Description |
|---|---|
InputSocket<E> |
InputSocket.bind(InputSocket<?> to)
Binds this socket to given socket by inheriting its
peer target. |
IOCache |
IOCache.configure(InputSocket<?> input)
Configures the input socket for reading the entry data from the
backing store.
|
static void |
IOSocket.copy(InputSocket<?> input,
OutputSocket<?> output)
|
| Constructor and Description |
|---|
DecoratingInputSocket(InputSocket<? extends E> delegate) |
LazyInputSocket(InputSocket<? extends E> input)
Deprecated.
|
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.