E - The type of the entries.public abstract class DecoratingOutputShop<E extends Entry,O extends OutputShop<E>> extends DecoratingEntryContainer<E,O> implements OutputShop<E>
DecoratingInputShopdelegate| Modifier | Constructor and Description |
|---|---|
protected |
DecoratingOutputShop(O output) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
OutputSocket<? extends E> |
getOutputSocket(E entry)
Returns an output socket for writing to the given entry.
|
getEntry, getSize, iterator, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEntry, getSize, iteratorprotected DecoratingOutputShop(O output)
public OutputSocket<? extends E> getOutputSocket(E entry)
OutputServicegetOutputSocket in interface OutputService<E extends Entry>entry - the entry, which will be the
local target of the returned
output socket.public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.