E - the type of the entries in the decorated input service.public abstract class DecoratingInputService<E extends Entry> extends DecoratingContainer<E,InputService<E>> implements InputService<E>
DecoratingOutputServicecontainer| Modifier | Constructor and Description |
|---|---|
protected |
DecoratingInputService() |
protected |
DecoratingInputService(InputService<E> input) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
InputSocket<E> |
input(String name)
Returns an input socket for reading from the entry with the given name.
|
entry, iterator, size, toStringequals, hashCodeprotected DecoratingInputService()
protected DecoratingInputService(@WillCloseWhenClosed InputService<E> input)
@DischargesObligation
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in interface Stream<E extends Entry>close in class DecoratingContainer<E extends Entry,InputService<E extends Entry>>IOExceptionpublic InputSocket<E> input(String name)
InputServiceinput in interface InputService<E extends Entry>name - an entry name.Copyright © 2012–2015 Schlichtherle IT Services. All rights reserved.