|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openjena.atlas.lib.SinkWrapper<T>
public class SinkWrapper<T>
Wrap one sink in another - to pass on behaviour, the derived Sink must call super.operation
See also: SinkSplit
| Constructor Summary | |
|---|---|
SinkWrapper(Sink<T> sink)
|
|
| Method Summary | |
|---|---|
void |
close()
|
void |
flush()
|
void |
send(T item)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SinkWrapper(Sink<T> sink)
| Method Detail |
|---|
public void flush()
flush in interface Sink<T>public void send(T item)
send in interface Sink<T>public void close()
close in interface Closeable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||