E - The type of the entries.@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class) public interface OutputService<E extends Entry> extends EntryContainer<E>
All methods of this interface must reflect all entries, including those
which have only 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<? extends E> |
getOutputSocket(E entry)
Returns an output socket for writing to the given entry.
|
getEntry, getSize, iteratorOutputSocket<? extends E> getOutputSocket(E entry)
entry - the entry, which will be the
local target of the returned
output socket.Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.