|
TrueZIP Kernel 7.0-rc1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use InputService | |
|---|---|
| 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 InputService in de.schlichtherle.truezip.fs.archive |
|---|
| Classes in de.schlichtherle.truezip.fs.archive that implement InputService | |
|---|---|
private static class |
FsDefaultArchiveController.DummyInputService<E extends Entry>
A dummy input service to substitute for null. |
private class |
FsDefaultArchiveController.Input
This member class makes this archive controller instance strongly reachable from any created input stream. |
| Methods in de.schlichtherle.truezip.fs.archive with parameters of type InputService | ||
|---|---|---|
private static
|
FsDefaultArchiveController.copy(FsArchiveFileSystem<E> fileSystem,
InputService<E> input,
OutputService<E> output,
ExceptionHandler<IOException,X> handler)
|
|
| Uses of InputService in de.schlichtherle.truezip.socket |
|---|
| Subinterfaces of InputService in de.schlichtherle.truezip.socket | |
|---|---|
interface |
InputShop<E extends Entry>
A closable input service. |
| Classes in de.schlichtherle.truezip.socket that implement InputService | |
|---|---|
class |
ConcurrentInputShop<E extends Entry>
Decorates an InputShop to add accounting and multithreading
synchronization for all input streams or read only files created by the
decorated input shop. |
class |
DecoratingInputShop<E extends Entry,I extends InputShop<E>>
An abstract decorator for an input shop. |
|
TrueZIP Kernel 7.0-rc1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||