| 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 |
FsTargetArchiveController.DummyInputService<E extends Entry>
A dummy input archive to substitute for
null when copying. |
private static class |
FsTargetArchiveController.InputArchive<E extends FsArchiveEntry> |
| Modifier and Type | Method and Description |
|---|---|
private static <E extends FsArchiveEntry,X extends IOException> |
FsTargetArchiveController.copy(FsArchiveFileSystem<E> fs,
InputService<E> is,
OutputService<E> os,
ExceptionHandler<? super IOException,X> handler) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InputShop<E extends Entry>
A closable input service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DecoratingInputShop<E extends Entry,I extends InputShop<E>>
An abstract decorator for an input shop.
|
class |
DisconnectingInputShop<E extends Entry>
Decorates another input shop in order to disconnect any resources when this
input shop gets closed.
|
class |
LockInputShop<E extends Entry>
Decorates another input shop to allow concurrent access which is
synchronized by a
Lock object provided to its constructor. |
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.