|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openjena.riot.system.SinkExtendTriplesToQuads
public class SinkExtendTriplesToQuads
Take a stream of triples and send down a Sink<Quad>
The quad will have Quad.tripleInQuad in the G field.
Quad.tripleInQuad| Constructor Summary | |
|---|---|
SinkExtendTriplesToQuads(Sink<Quad> sinkQuad)
|
|
| Method Summary | |
|---|---|
void |
close()
|
void |
flush()
|
void |
send(com.hp.hpl.jena.graph.Triple triple)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SinkExtendTriplesToQuads(Sink<Quad> sinkQuad)
| Method Detail |
|---|
public void send(com.hp.hpl.jena.graph.Triple triple)
send in interface Sink<com.hp.hpl.jena.graph.Triple>public void flush()
flush in interface Sink<com.hp.hpl.jena.graph.Triple>public void close()
close in interface Closeable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||