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