| Package | Description |
|---|---|
| de.schlichtherle.truezip.fs |
Provides access to (possibly federated virtual) file systems.
|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
private class |
FsCachingController.EntryCache.ProxyInputSocket |
private class |
FsCachingController.Input |
private class |
FsConcurrentController.Input |
private class |
FsFederatingController.Input |
private class |
FsStatisticsController.Input |
| Modifier and Type | Field and Description |
|---|---|
private InputSocket<?> |
FsCachingController.EntryCache.input |
| Modifier and Type | Method and Description |
|---|---|
InputSocket<?> |
FsCachingController.Input.getBoundSocket() |
(package private) InputSocket<?> |
FsCachingController.EntryCache.getInputSocket() |
InputSocket<?> |
FsStatisticsController.getInputSocket(FsEntryName name,
BitField<FsInputOption> options) |
InputSocket<?> |
FsFederatingController.getInputSocket(FsEntryName name,
BitField<FsInputOption> 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.
|
InputSocket<?> |
FsConcurrentController.getInputSocket(FsEntryName name,
BitField<FsInputOption> options) |
InputSocket<?> |
FsCachingController.getInputSocket(FsEntryName name,
BitField<FsInputOption> options) |
| Constructor and Description |
|---|
FsCachingController.EntryCache.ProxyInputSocket(InputSocket<?> input) |
FsConcurrentController.Input(InputSocket<?> input) |
| Modifier and Type | Class and Description |
|---|---|
private class |
FsArchiveController.Input |
| Modifier and Type | Field and Description |
|---|---|
private InputSocket<?> |
FsMultiplexedArchiveOutputShop.TempEntryOutputStream.input |
| Modifier and Type | Method and Description |
|---|---|
(package private) InputSocket<?> |
FsArchiveController.Input.getBoundSocket() |
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<?> |
FsArchiveController.getInputSocket(FsEntryName name,
BitField<FsInputOption> options) |
(package private) InputSocket<?> |
FsDefaultArchiveController.getInputSocket(String name) |
InputSocket<? extends E> |
FsDefaultArchiveController.DummyInputService.getInputSocket(String name) |
(package private) abstract InputSocket<?> |
FsArchiveController.getInputSocket(String name) |
| 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. |
protected static InputStream |
FsArchiveDriver.newInputStream(FsModel model,
InputSocket<?> input)
Returns an input stream obtained from the given socket and wraps a
plain
IOException in a FileNotFoundException unless
it's an FsException. |
protected static ReadOnlyFile |
FsArchiveDriver.newReadOnlyFile(FsModel model,
InputSocket<?> input)
Returns a read only file obtained from the given socket and wraps a
plain
IOException in a FileNotFoundException unless
it's an FsException. |
| Modifier and Type | Class and Description |
|---|---|
private class |
ByteArrayIOEntry.ByteArrayInputSocket |
class |
DecoratingInputSocket<E extends Entry>
An abstract decorator for an input socket.
|
private class |
IOCache.Buffer.BufferInputSocket |
private class |
IOCache.CacheInputSocket |
class |
LazyInputSocket<E extends Entry>
A lazy input socket provides proxy read only files and input streams which
acquire their underlying local target upon the first read access.
|
| Modifier and Type | Field and Description |
|---|---|
private InputSocket<? extends E> |
DecoratingInputSocket.delegate |
private InputSocket<?> |
IOCache.input |
private InputSocket<?> |
OutputSocket.peer |
| Modifier and Type | Method and Description |
|---|---|
InputSocket<E> |
InputSocket.bind(InputSocket<?> to)
Binds the peer target of the given socket to this socket.
|
(package private) InputSocket<E> |
InputSocket.connect(OutputSocket<?> newPeer)
Connects this input socket to the given peer output socket.
|
private InputSocket<?> |
IOCache.CacheInputSocket.getBoundSocket() |
protected InputSocket<? extends E> |
DecoratingInputSocket.getBoundSocket()
Binds the decorated socket to this socket and returns it.
|
InputSocket<?> |
IOCache.getInputSocket()
Returns an input socket for reading the cached entry data.
|
private InputSocket<?> |
IOCache.Buffer.getInputSocket() |
InputSocket<E> |
InputEntry.getInputSocket()
Returns an input socket for reading this entry.
|
InputSocket<ByteArrayIOEntry> |
ByteArrayIOEntry.getInputSocket() |
InputSocket<? extends E> |
InputService.getInputSocket(String name)
Returns an input socket for reading from the entry with the given name.
|
InputSocket<? extends E> |
DecoratingInputShop.getInputSocket(String name) |
InputSocket<? extends E> |
ConcurrentInputShop.getInputSocket(String name) |
| Modifier and Type | Method and Description |
|---|---|
InputSocket<E> |
InputSocket.bind(InputSocket<?> to)
Binds the peer target of the given socket to this socket.
|
IOCache |
IOCache.configure(InputSocket<?> input)
Configures the input socket for reading the entry data from the
backing store.
|
(package private) OutputSocket<E> |
OutputSocket.connect(InputSocket<?> newPeer)
Connects this output socket to the given peer input socket.
|
static void |
IOSocket.copy(InputSocket<?> input,
OutputSocket<?> output)
|
| Constructor and Description |
|---|
DecoratingInputSocket(InputSocket<? extends E> input) |
LazyInputSocket(InputSocket<? extends E> input) |
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.