| 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 |
FsCacheController.EntryCache.Nio2Output
This class requires LAZY INITIALIZATION of its delegate, but NO
automatic decoupling on exceptions!
|
(package private) class |
FsCacheController.EntryCache.Output
This class requires LAZY INITIALIZATION of its delegate, but NO
automatic decoupling on exceptions!
|
private class |
FsFinalizeController.Nio2Output |
private class |
FsFinalizeController.Output |
private class |
FsLockController.Nio2Output |
private class |
FsLockController.Output |
private class |
FsResourceController.Nio2Output |
private class |
FsResourceController.Output |
private class |
FsSyncController.Nio2Output |
private class |
FsSyncController.Output |
| Modifier and Type | Method and Description |
|---|---|
protected OutputSocket<? extends Entry> |
FsCacheController.EntryCache.Output.getLazyDelegate() |
(package private) OutputSocket<?> |
FsCacheController.EntryCache.getOutputSocket(BitField<FsOutputOption> options,
Entry template) |
OutputSocket<?> |
FsSyncController.getOutputSocket(FsEntryName name,
BitField<FsOutputOption> options,
Entry template) |
OutputSocket<?> |
FsResourceController.getOutputSocket(FsEntryName name,
BitField<FsOutputOption> options,
Entry template) |
OutputSocket<?> |
FsLockController.getOutputSocket(FsEntryName name,
BitField<FsOutputOption> options,
Entry template) |
OutputSocket<?> |
FsFinalizeController.getOutputSocket(FsEntryName name,
BitField<FsOutputOption> options,
Entry template) |
OutputSocket<?> |
FsFalsePositiveController.getOutputSocket(FsEntryName name,
BitField<FsOutputOption> options,
Entry template) |
OutputSocket<?> |
FsDecoratingController.getOutputSocket(FsEntryName name,
BitField<FsOutputOption> options,
Entry template) |
abstract OutputSocket<?> |
FsController.getOutputSocket(FsEntryName name,
BitField<FsOutputOption> options,
Entry template)
Returns an output socket for writing the contents of the entry addressed
by the given name to the file system.
|
OutputSocket<?> |
FsCacheController.getOutputSocket(FsEntryName name,
BitField<FsOutputOption> options,
Entry template) |
(package private) abstract OutputSocket<?> |
FsCacheController.SocketFactory.newOutputSocket(FsCacheController.EntryCache cache,
BitField<FsOutputOption> options,
Entry template) |
(package private) abstract OutputSocket<?> |
FsFinalizeController.SocketFactory.newOutputSocket(FsFinalizeController<?> controller,
FsEntryName name,
BitField<FsOutputOption> options,
Entry template) |
(package private) abstract OutputSocket<?> |
FsLockController.SocketFactory.newOutputSocket(FsLockController controller,
FsEntryName name,
BitField<FsOutputOption> options,
Entry template) |
(package private) abstract OutputSocket<?> |
FsResourceController.SocketFactory.newOutputSocket(FsResourceController controller,
FsEntryName name,
BitField<FsOutputOption> options,
Entry template) |
(package private) abstract OutputSocket<?> |
FsSyncController.SocketFactory.newOutputSocket(FsSyncController<?> controller,
FsEntryName name,
BitField<FsOutputOption> options,
Entry template) |
| Modifier and Type | Class and Description |
|---|---|
private class |
FsArchiveController.Output |
private class |
FsContextController.Output |
| Modifier and Type | Field and Description |
|---|---|
(package private) OutputSocket<? extends E> |
FsMultiplexedOutputShop.BufferedEntryOutputStream.output |
| Modifier and Type | Method and Description |
|---|---|
(package private) OutputSocket<? extends E> |
FsTargetArchiveController.getOutputSocket(E entry) |
OutputSocket<? extends E> |
FsMultiplexedOutputShop.getOutputSocket(E entry) |
(package private) abstract OutputSocket<? extends E> |
FsArchiveController.getOutputSocket(E entry) |
OutputSocket<?> |
FsArchiveDriver.getOutputSocket(FsController<?> controller,
FsEntryName name,
BitField<FsOutputOption> options,
Entry template)
Called to prepare writing an archive file artifact of this driver to
the entry
name in controller using options and
the nullable template. |
OutputSocket<?> |
FsContextController.getOutputSocket(FsEntryName name,
BitField<FsOutputOption> options,
Entry template) |
OutputSocket<?> |
FsArchiveController.getOutputSocket(FsEntryName name,
BitField<FsOutputOption> options,
Entry template) |
| Modifier and Type | Method and Description |
|---|---|
private FsMultiplexedOutputShop.BufferedEntryOutputStream |
FsMultiplexedOutputShop.newBufferedEntryOutputStream(OutputSocket<? extends E> output) |
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. |
| Constructor and Description |
|---|
FsContextController.Output(OutputSocket<?> output,
BitField<FsOutputOption> options) |
FsMultiplexedOutputShop.BufferedEntryOutputStream(IOPool.Entry<?> buffer,
OutputSocket<? extends E> output) |
FsMultiplexedOutputShop.EntryOutputStream(OutputSocket<? extends E> output) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClutchOutputSocket<E extends Entry>
An output socket which obtains its delegate lazily and
ClutchOutputSocket.reset()s it
upon any Throwable. |
class |
DecoratingOutputSocket<E extends Entry>
An abstract decorator for an output socket.
|
class |
DelegatingOutputSocket<E extends Entry>
Delegates all methods to another output socket.
|
private class |
DisconnectingOutputShop.Nio2Output |
private class |
DisconnectingOutputShop.Output |
(package private) class |
IOCache.Buffer.Nio2Output |
(package private) class |
IOCache.Buffer.Output |
private class |
IOCache.Output |
| Modifier and Type | Field and Description |
|---|---|
private OutputSocket<? extends E> |
DecoratingOutputSocket.delegate |
(package private) OutputSocket<? extends E> |
ClutchOutputSocket.delegate |
private OutputSocket<?> |
IOCache.output |
private OutputSocket<?> |
InputSocket.peer |
| Modifier and Type | Method and Description |
|---|---|
OutputSocket<E> |
OutputSocket.bind(OutputSocket<?> to)
Binds this socket to given socket by inheriting its
peer target. |
(package private) OutputSocket<E> |
OutputSocket.connect(InputSocket<?> newPeer)
Connects this output socket to the given peer input socket.
|
protected OutputSocket<? extends E> |
DisconnectingOutputShop.Output.getBoundSocket() |
protected OutputSocket<? extends E> |
DelegatingOutputSocket.getBoundSocket()
Binds the delegate socket to this socket and returns it.
|
protected OutputSocket<? extends Entry> |
IOCache.Output.getDelegate() |
protected abstract OutputSocket<? extends E> |
DelegatingOutputSocket.getDelegate()
Returns the delegate socket.
|
protected OutputSocket<? extends E> |
DecoratingOutputSocket.getDelegate() |
protected OutputSocket<? extends E> |
ClutchOutputSocket.getDelegate() |
protected abstract OutputSocket<? extends E> |
ClutchOutputSocket.getLazyDelegate()
Returns the delegate socket for lazy initialization.
|
OutputSocket<E> |
OutputEntry.getOutputSocket()
Returns an output socket for writing this entry.
|
OutputSocket<?> |
IOCache.getOutputSocket()
Returns an output socket for writing the cached entry data.
|
(package private) OutputSocket<?> |
IOCache.Buffer.getOutputSocket() |
OutputSocket<? extends E> |
SynchronizedOutputShop.getOutputSocket(E entry)
Deprecated.
|
OutputSocket<? extends E> |
OutputService.getOutputSocket(E entry)
Returns an output socket for writing to the given entry.
|
OutputSocket<? extends E> |
LockOutputShop.getOutputSocket(E entry) |
OutputSocket<? extends E> |
DisconnectingOutputShop.getOutputSocket(E entry) |
OutputSocket<? extends E> |
DecoratingOutputShop.getOutputSocket(E entry) |
(package private) abstract <E extends Entry> |
DisconnectingOutputShop.SocketFactory.newOutputSocket(DisconnectingOutputShop<E> shop,
OutputSocket<? extends E> output) |
(package private) abstract OutputSocket<?> |
IOCache.SocketFactory.newOutputSocket(IOCache.Buffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
OutputSocket<E> |
OutputSocket.bind(OutputSocket<?> to)
Binds this socket to given socket by inheriting its
peer target. |
IOCache |
IOCache.configure(OutputSocket<?> output)
Configures the output socket for writing the entry data to the
backing store.
|
(package private) InputSocket<E> |
InputSocket.connect(OutputSocket<?> newPeer)
Connects this input socket to the given peer output socket.
|
static void |
IOSocket.copy(InputSocket<?> input,
OutputSocket<?> output)
|
(package private) abstract <E extends Entry> |
DisconnectingOutputShop.SocketFactory.newOutputSocket(DisconnectingOutputShop<E> shop,
OutputSocket<? extends E> output) |
| Constructor and Description |
|---|
DecoratingOutputSocket(OutputSocket<? extends E> delegate) |
DisconnectingOutputShop.Nio2Output(OutputSocket<? extends E> output) |
DisconnectingOutputShop.Output(OutputSocket<? extends E> output) |
LazyOutputSocket(OutputSocket<? extends E> output)
Deprecated.
|
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.