|
TrueZIP Kernel 7.0-rc2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use InputShop | |
|---|---|
| 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 InputShop in de.schlichtherle.truezip.fs.archive |
|---|
| Classes in de.schlichtherle.truezip.fs.archive that implement InputShop | |
|---|---|
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 that return InputShop | |
|---|---|
(package private) InputShop<E> |
FsDefaultArchiveController.Input.getDelegate()
Returns the product of the archive driver this input is wrapping. |
abstract InputShop<E> |
FsArchiveDriver.newInputShop(FsConcurrentModel model,
InputSocket<?> input)
Creates a new input shop for reading the archive entries of the the described archive from the given input socket's target. |
| Methods in de.schlichtherle.truezip.fs.archive with parameters of type InputShop | |
|---|---|
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 InputShop | |
|---|---|
FsDefaultArchiveController.Input(InputShop<E> input)
|
|
| Uses of InputShop in de.schlichtherle.truezip.socket |
|---|
| Classes in de.schlichtherle.truezip.socket with type parameters of type InputShop | |
|---|---|
class |
DecoratingInputShop<E extends Entry,I extends InputShop<E>>
An abstract decorator for an input shop. |
| Classes in de.schlichtherle.truezip.socket that implement InputShop | |
|---|---|
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. |
| Constructors in de.schlichtherle.truezip.socket with parameters of type InputShop | |
|---|---|
ConcurrentInputShop(InputShop<E> input)
Constructs a concurrent input shop. |
|
|
TrueZIP Kernel 7.0-rc2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||