| Package | Description |
|---|---|
| de.schlichtherle.truezip.socket |
Provides I/O sockets to address and resolve targets for I/O operations.
|
| 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 |
ClutchOutputSocket<E extends Entry>
An output socket which obtains its delegate lazily and
ClutchOutputSocket.reset()s it
upon any Throwable. |
class |
DecoratingInputSocket<E extends Entry>
An abstract decorator for an input socket.
|
class |
DecoratingOutputSocket<E extends Entry>
An abstract decorator for an output socket.
|
class |
DelegatingInputSocket<E extends Entry>
Delegates all methods to another input socket.
|
class |
DelegatingOutputSocket<E extends Entry>
Delegates all methods to another output socket.
|
class |
InputSocket<E extends Entry>
An abstract factory for input resources for reading bytes from its
local target.
|
class |
OutputSocket<E extends Entry>
An abstract factory for output resources for writing bytes to its
local target.
|
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.