| 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 |
|---|---|
(package private) class |
FsCachingController.EntryController.EntryInput
An input socket proxy.
|
private class |
FsCachingController.Input |
private class |
FsConcurrentController.Input |
private class |
FsConcurrentController.Nio2Input |
private class |
FsFederatingController.Input |
private class |
FsResourceController.Input |
private class |
FsResourceController.Nio2Input |
private class |
FsSyncController.Input |
private class |
FsSyncController.Nio2Input |
| Modifier and Type | Field and Description |
|---|---|
(package private) InputSocket<?> |
FsCachingController.EntryController.input |
| Modifier and Type | Method and Description |
|---|---|
InputSocket<?> |
FsCachingController.Input.getBoundSocket() |
(package private) InputSocket<?> |
FsCachingController.EntryController.getInputSocket() |
InputSocket<?> |
FsSyncController.getInputSocket(FsEntryName name,
BitField<FsInputOption> options) |
InputSocket<?> |
FsResourceController.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) |
(package private) abstract InputSocket<?> |
FsConcurrentController.ConcurrentSocketFactory.newInputSocket(FsConcurrentController controller,
InputSocket<?> input) |
(package private) abstract InputSocket<?> |
FsResourceController.AccountingSocketFactory.newInputSocket(FsResourceController controller,
InputSocket<?> input) |
(package private) abstract InputSocket<?> |
FsSyncController.SyncSocketFactory.newInputSocket(FsSyncController<?> controller,
InputSocket<?> input) |
| Modifier and Type | Method and Description |
|---|---|
(package private) abstract InputSocket<?> |
FsConcurrentController.ConcurrentSocketFactory.newInputSocket(FsConcurrentController controller,
InputSocket<?> input) |
(package private) abstract InputSocket<?> |
FsResourceController.AccountingSocketFactory.newInputSocket(FsResourceController controller,
InputSocket<?> input) |
(package private) abstract InputSocket<?> |
FsSyncController.SyncSocketFactory.newInputSocket(FsSyncController<?> controller,
InputSocket<?> input) |
| Constructor and Description |
|---|
FsCachingController.EntryController.EntryInput(InputSocket<?> input) |
FsCachingController.Input(InputSocket<?> input,
FsEntryName name,
BitField<FsInputOption> options) |
FsConcurrentController.Input(InputSocket<?> input) |
FsConcurrentController.Nio2Input(InputSocket<?> input) |
FsFederatingController.Input(InputSocket<?> input,
FsEntryName name,
BitField<FsInputOption> options) |
FsResourceController.Input(InputSocket<?> input) |
FsResourceController.Nio2Input(InputSocket<?> input) |
FsSyncController.Input(InputSocket<?> input) |
FsSyncController.Nio2Input(InputSocket<?> input) |
| Modifier and Type | Class and Description |
|---|---|
private class |
FsArchiveController.Input |
private class |
FsContextController.Input |
| Modifier and Type | Field and Description |
|---|---|
(package private) InputSocket<Entry> |
FsMultiplexedOutputShop.BufferedEntryOutputStream.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<?> |
FsContextController.getInputSocket(FsEntryName name,
BitField<FsInputOption> options) |
InputSocket<?> |
FsArchiveController.getInputSocket(FsEntryName name,
BitField<FsInputOption> options) |
(package private) InputSocket<?> |
FsDefaultArchiveController.getInputSocket(String name) |
InputSocket<? extends E> |
FsDefaultArchiveController.DummyInputArchive.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)
Deprecated.
Since TrueZIP 7.3, this method is not required anymore and
should not get called in order to inhibit the redundant
wrapping of an
IOException in a
FileNotFoundException. |
protected static ReadOnlyFile |
FsArchiveDriver.newReadOnlyFile(FsModel model,
InputSocket<?> input)
Deprecated.
Since TrueZIP 7.3, this method is not required anymore and
should not get called in order to inhibit the redundant
wrapping of an
IOException in a
FileNotFoundException. |
| Constructor and Description |
|---|
FsContextController.Input(InputSocket<?> input) |
| Modifier and Type | Class and Description |
|---|---|
private class |
ByteArrayIOEntry.ByteArrayInputSocket |
private class |
ByteArrayIOEntry.Nio2ByteArrayInputSocket |
class |
DecoratingInputSocket<E extends Entry>
An abstract decorator for an input socket.
|
class |
DelegatingInputSocket<E extends Entry>
Delegates all methods to another input socket.
|
(package private) class |
IOCache.Buffer.BufferInputSocket |
(package private) class |
IOCache.Buffer.Nio2BufferInputSocket |
private class |
IOCache.Input |
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 this socket to given socket by inheriting its
peer target. |
(package private) InputSocket<E> |
InputSocket.connect(OutputSocket<?> newPeer)
Connects this input socket to the given peer output socket.
|
protected InputSocket<? extends Entry> |
IOCache.Input.getBoundSocket() |
protected InputSocket<? extends E> |
DelegatingInputSocket.getBoundSocket()
Binds the decorated socket to this socket and returns it.
|
protected InputSocket<? extends Entry> |
IOCache.Input.getDelegate() |
protected abstract InputSocket<? extends E> |
DelegatingInputSocket.getDelegate()
Returns the delegate socket.
|
protected InputSocket<? extends E> |
DecoratingInputSocket.getDelegate() |
InputSocket<?> |
IOCache.getInputSocket()
Returns an input socket for reading the cached entry data.
|
(package private) InputSocket<?> |
IOCache.Buffer.getInputSocket() |
InputSocket<E> |
InputEntry.getInputSocket()
Returns an input socket for reading this entry.
|
InputSocket<ByteArrayIOEntry> |
ByteArrayIOEntry.getInputSocket() |
InputSocket<? extends E> |
SynchronizedInputShop.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) |
(package private) abstract InputSocket<ByteArrayIOEntry> |
ByteArrayIOEntry.SocketFactory.newInputSocket(ByteArrayIOEntry entry) |
(package private) abstract InputSocket<?> |
IOCache.BufferSocketFactory.newInputSocket(IOCache.Buffer buffer) |
| 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.
|
(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 © 2004-2011 Schlichtherle IT Services. All Rights Reserved.