E
- the type of the entries in this container.public interface OutputService<E extends Entry> extends Closeable, Container<E>
All methods of this interface must reflect all entries, including those
which have just been partially written yet, i.e. which have not already
received a call to their close()
method.
InputService
Modifier and Type | Method and Description |
---|---|
OutputSocket<E> |
output(E entry)
Returns an output socket for writing to the given entry.
|
forEach, spliterator
OutputSocket<E> output(E entry)
entry
- the entry, which must be the
local target of the
returned output socket.Copyright © 2012–2017 Schlichtherle IT Services. All rights reserved.