| 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.ProxyOutputSocket
An output socket proxy.
|
private class |
FsCachingController.Output |
private class |
FsConcurrentController.Output |
private class |
FsFederatingController.Output |
private class |
FsStatisticsController.Output |
| Modifier and Type | Field and Description |
|---|---|
private OutputSocket<?> |
FsCachingController.EntryCache.output |
| Modifier and Type | Method and Description |
|---|---|
OutputSocket<?> |
FsCachingController.Output.getBoundSocket() |
(package private) OutputSocket<?> |
FsCachingController.EntryCache.getOutputSocket() |
OutputSocket<?> |
FsStatisticsController.getOutputSocket(FsEntryName name,
BitField<FsOutputOption> options,
Entry template) |
OutputSocket<?> |
FsFederatingController.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<?> |
FsConcurrentController.getOutputSocket(FsEntryName name,
BitField<FsOutputOption> options,
Entry template) |
OutputSocket<?> |
FsCachingController.getOutputSocket(FsEntryName name,
BitField<FsOutputOption> options,
Entry template) |
| Constructor and Description |
|---|
FsCachingController.EntryCache.ProxyOutputSocket(OutputSocket<?> output) |
FsConcurrentController.Output(OutputSocket<?> output) |
| Modifier and Type | Class and Description |
|---|---|
private class |
FsArchiveController.Output |
| Modifier and Type | Field and Description |
|---|---|
private OutputSocket<? extends AE> |
FsMultiplexedArchiveOutputShop.TempEntryOutputStream.output |
| Modifier and Type | Method and Description |
|---|---|
OutputSocket<? extends AE> |
FsMultiplexedArchiveOutputShop.getOutputSocket(AE entry) |
(package private) OutputSocket<?> |
FsDefaultArchiveController.getOutputSocket(E entry) |
(package private) abstract OutputSocket<?> |
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
name in controller using options and template. |
OutputSocket<?> |
FsArchiveController.getOutputSocket(FsEntryName name,
BitField<FsOutputOption> options,
Entry template) |
| Modifier and Type | Method and Description |
|---|---|
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. |
protected static OutputStream |
FsArchiveDriver.newOutputStream(FsModel model,
OutputSocket<?> output)
Returns an output stream obtained from the given socket and wraps a
plain
IOException in a FileNotFoundException unless
it's an FsException. |
| Constructor and Description |
|---|
FsMultiplexedArchiveOutputShop.TempEntryOutputStream(OutputSocket<? extends AE> output,
IOPool.Entry<?> temp) |
| Modifier and Type | Class and Description |
|---|---|
private class |
ByteArrayIOEntry.ByteArrayOutputSocket |
class |
DecoratingOutputSocket<E extends Entry>
An abstract decorator for an output socket.
|
private class |
IOCache.Buffer.BufferOutputSocket |
private class |
IOCache.CacheOutputSocket |
class |
LazyOutputSocket<E extends Entry>
A lazy output socket provides proxy output streams which acquire their
underlying local target upon the first read access.
|
| Modifier and Type | Field and Description |
|---|---|
private OutputSocket<? extends E> |
DecoratingOutputSocket.delegate |
private OutputSocket<?> |
IOCache.output |
private OutputSocket<?> |
InputSocket.peer |
| Modifier and Type | Method and Description |
|---|---|
OutputSocket<E> |
OutputSocket.bind(OutputSocket<?> to)
Binds the peer target of the given socket to this socket.
|
(package private) OutputSocket<E> |
OutputSocket.connect(InputSocket<?> newPeer)
Connects this output socket to the given peer input socket.
|
private OutputSocket<?> |
IOCache.CacheOutputSocket.getBoundSocket() |
protected OutputSocket<? extends E> |
DecoratingOutputSocket.getBoundSocket()
Binds the decorated socket to this socket and returns it.
|
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.
|
private OutputSocket<?> |
IOCache.Buffer.getOutputSocket() |
OutputSocket<ByteArrayIOEntry> |
ByteArrayIOEntry.getOutputSocket() |
OutputSocket<? extends E> |
OutputService.getOutputSocket(E entry)
Returns an output socket for writing to the given entry.
|
OutputSocket<? extends E> |
DecoratingOutputShop.getOutputSocket(E entry) |
OutputSocket<? extends E> |
ConcurrentOutputShop.getOutputSocket(E entry) |
| Modifier and Type | Method and Description |
|---|---|
OutputSocket<E> |
OutputSocket.bind(OutputSocket<?> to)
Binds the peer target of the given socket to this socket.
|
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)
|
| Constructor and Description |
|---|
DecoratingOutputSocket(OutputSocket<? extends E> output) |
LazyOutputSocket(OutputSocket<? extends E> output) |
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.