|
TrueZIP Kernel 7.0-rc2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use OutputShop | |
|---|---|
| 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 OutputShop in de.schlichtherle.truezip.fs.archive |
|---|
| Classes in de.schlichtherle.truezip.fs.archive that implement OutputShop | |
|---|---|
private class |
FsDefaultArchiveController.Output
This member class makes this archive controller instance strongly reachable from any created output stream. |
class |
FsMultiplexedArchiveOutputShop<AE extends FsArchiveEntry>
Decorates an OutputShop in order to support a virtually
unlimited number of entries which may be written concurrently while
actually at most one entry is written concurrently to the output archive
output. |
| Methods in de.schlichtherle.truezip.fs.archive that return OutputShop | |
|---|---|
(package private) OutputShop<E> |
FsDefaultArchiveController.Output.getDelegate()
Returns the product of the archive driver this output is wrapping. |
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 OutputShop | |
|---|---|
FsDefaultArchiveController.Output(OutputShop<E> output)
|
|
FsMultiplexedArchiveOutputShop(OutputShop<AE> output,
IOPool<?> pool)
Constructs a new FsMultiplexedArchiveOutputShop. |
|
| Uses of OutputShop in de.schlichtherle.truezip.socket |
|---|
| Classes in de.schlichtherle.truezip.socket with type parameters of type OutputShop | |
|---|---|
class |
DecoratingOutputShop<E extends Entry,O extends OutputShop<E>>
An abstract decorator for an output shop. |
| Classes in de.schlichtherle.truezip.socket that implement OutputShop | |
|---|---|
class |
ConcurrentOutputShop<E extends Entry>
Decorates an OutputShop to add accounting and multithreading
synchronization for all output streams created by the decorated output shop. |
class |
DecoratingOutputShop<E extends Entry,O extends OutputShop<E>>
An abstract decorator for an output shop. |
| Constructors in de.schlichtherle.truezip.socket with parameters of type OutputShop | |
|---|---|
ConcurrentOutputShop(OutputShop<E> output)
Constructs a concurrent output shop. |
|
|
TrueZIP Kernel 7.0-rc2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||