|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jena.riot.lang.PipedRDFStream<Quad>
org.apache.jena.riot.lang.PipedQuadsStream
public class PipedQuadsStream
Implementation of a producer class that sends Quads; must be connected to a PipedRDFIterator<Quad>.
| Constructor Summary | |
|---|---|
PipedQuadsStream(PipedRDFIterator<Quad> sink)
Creates a piped quads stream connected to the specified piped RDF iterator. |
|
| Method Summary | |
|---|---|
void |
quad(Quad quad)
Quad emitted |
void |
triple(Triple triple)
Triple emitted |
void |
tuple(Tuple<Node> tuple)
Generalized emitted |
| Methods inherited from class org.apache.jena.riot.lang.PipedRDFStream |
|---|
base, finish, prefix, start |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.jena.riot.system.StreamRDF |
|---|
base, finish, prefix, start |
| Constructor Detail |
|---|
public PipedQuadsStream(PipedRDFIterator<Quad> sink)
sink.
sink - The piped RDF iterator to connect to.| Method Detail |
|---|
public void triple(Triple triple)
StreamRDF
triple in interface StreamRDFpublic void quad(Quad quad)
StreamRDF
quad in interface StreamRDFpublic void tuple(Tuple<Node> tuple)
StreamRDF
tuple in interface StreamRDF
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||