| 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.DummyInputArchive<E extends Entry>
A dummy input archive to substitute for
null when copying. |
private static class |
FsDefaultArchiveController.InputArchive<E extends FsArchiveEntry> |
| Modifier and Type | Method and Description |
|---|---|
private static <E extends FsArchiveEntry,X extends IOException> |
FsDefaultArchiveController.copy(FsArchiveFileSystem<E> fileSystem,
InputService<E> input,
OutputService<E> output,
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 entry resources
when this input shop gets closed.
|
class |
SynchronizedInputShop<E extends Entry>
Decorates another input shop to add synchronization for all input streams
or read only files created by the decorated input shop in a multithreaded
environment.
|
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.