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, spliteratorOutputSocket<E> output(E entry)
entry - the entry, which must be the
local target of the
returned output socket.Copyright © 2012–2016 Schlichtherle IT Services. All rights reserved.