|
TrueZIP Kernel 7.0-rc2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use OutputSocket | |
|---|---|
| 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. |
| Uses of OutputSocket in de.schlichtherle.truezip.fs |
|---|
| Subclasses of OutputSocket in de.schlichtherle.truezip.fs | |
|---|---|
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
|
| Fields in de.schlichtherle.truezip.fs declared as OutputSocket | |
|---|---|
private OutputSocket<?> |
FsCachingController.EntryCache.output
|
| Methods in de.schlichtherle.truezip.fs that return OutputSocket | |
|---|---|
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)
|
| Constructors in de.schlichtherle.truezip.fs with parameters of type OutputSocket | |
|---|---|
FsCachingController.EntryCache.ProxyOutputSocket(OutputSocket<?> output)
|
|
FsConcurrentController.Output(OutputSocket<?> output)
|
|
| Uses of OutputSocket in de.schlichtherle.truezip.fs.archive |
|---|
| Subclasses of OutputSocket in de.schlichtherle.truezip.fs.archive | |
|---|---|
private class |
FsArchiveController.Output
|
| Fields in de.schlichtherle.truezip.fs.archive declared as OutputSocket | |
|---|---|
private OutputSocket<? extends AE> |
FsMultiplexedArchiveOutputShop.TempEntryOutputStream.output
|
| Methods in de.schlichtherle.truezip.fs.archive that return OutputSocket | |
|---|---|
OutputSocket<? extends AE> |
FsMultiplexedArchiveOutputShop.getOutputSocket(AE entry)
|
(package private) OutputSocket<?> |
FsDefaultArchiveController.getOutputSocket(E entry)
|
(package private) abstract OutputSocket<?> |
FsArchiveController.getOutputSocket(E entry)
|
OutputSocket<?> |
FsArchiveController.getOutputSocket(FsEntryName name,
BitField<FsOutputOption> options,
Entry template)
|
| Methods in de.schlichtherle.truezip.fs.archive with parameters of type OutputSocket | |
|---|---|
abstract OutputShop<E> |
FsArchiveDriver.newOutputShop(FsConcurrentModel model,
OutputSocket<?> output,
InputShop<E> source)
Creates a new output shop for writing archive entries to the the described archive to the given output socket's target. |
| Constructors in de.schlichtherle.truezip.fs.archive with parameters of type OutputSocket | |
|---|---|
FsMultiplexedArchiveOutputShop.TempEntryOutputStream(OutputSocket<? extends AE> output,
IOPool.Entry<?> temp)
|
|
| Uses of OutputSocket in de.schlichtherle.truezip.socket |
|---|
| Subclasses of OutputSocket in de.schlichtherle.truezip.socket | |
|---|---|
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. |
| Fields in de.schlichtherle.truezip.socket declared as OutputSocket | |
|---|---|
private OutputSocket<? extends E> |
DecoratingOutputSocket.delegate
|
private OutputSocket<?> |
IOCache.output
|
private OutputSocket<?> |
InputSocket.peer
|
| Methods in de.schlichtherle.truezip.socket that return OutputSocket | |
|---|---|
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 write access to the given entry. |
OutputSocket<? extends E> |
DecoratingOutputShop.getOutputSocket(E entry)
|
OutputSocket<? extends E> |
ConcurrentOutputShop.getOutputSocket(E entry)
|
| Methods in de.schlichtherle.truezip.socket with parameters of type OutputSocket | |
|---|---|
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)
Copies an input stream created
by the given input socket input to an output stream
created by the given output socket
output. |
| Constructors in de.schlichtherle.truezip.socket with parameters of type OutputSocket | |
|---|---|
DecoratingOutputSocket(OutputSocket<? extends E> output)
|
|
LazyOutputSocket(OutputSocket<? extends E> output)
|
|
|
TrueZIP Kernel 7.0-rc2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||