| Package | Description |
|---|---|
| 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 static class |
FsDefaultArchiveController.OutputArchive<E extends FsArchiveEntry> |
class |
FsMultiplexedOutputShop<AE extends FsArchiveEntry>
Decorates annother output shop to support a virtually unlimited number of
entries which may be written concurrently while actually at most one entry
is written concurrently to the decorated output shop.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) OutputShop<E> |
FsDefaultArchiveController.OutputArchive.driverProduct |
| Modifier and Type | Method and Description |
|---|---|
(package private) OutputShop<E> |
FsDefaultArchiveController.OutputArchive.getDriverProduct()
Exposes the product of the archive driver this output archive is
decorating.
|
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 |
|---|
FsDefaultArchiveController.OutputArchive(OutputShop<E> driverProduct) |
FsMultiplexedOutputShop(OutputShop<AE> output,
IOPool<?> pool)
Constructs a new multiplexed output shop.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DecoratingOutputShop<E extends Entry,O extends OutputShop<E>>
An abstract decorator for an output shop.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DecoratingOutputShop<E extends Entry,O extends OutputShop<E>>
An abstract decorator for an output shop.
|
class |
DisconnectingOutputShop<E extends Entry>
Decorates another output shop in order to disconnect any entry resources
when this output shop gets closed.
|
class |
SynchronizedOutputShop<E extends Entry>
Decorates another output shop to add synchronization for all output streams
created by the decorated output shop in a multithreaded environment.
|
| Modifier and Type | Method and Description |
|---|---|
OutputShop<E> |
SynchronizedOutputShop.getDelegate()
Returns the decorated output shop.
|
| Constructor and Description |
|---|
DisconnectingOutputShop(OutputShop<E> output)
Constructs a disconnecting output shop.
|
SynchronizedOutputShop(OutputShop<E> output)
Constructs a concurrent output shop.
|
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.