- All Implemented Interfaces:
StreamRDF
Deprecated.
Implementation of a producer class that sends Quads; must be connected to a
PipedRDFIterator<Quad>
.-
Constructor Summary
ConstructorsConstructorDescriptionPipedQuadsStream
(PipedRDFIterator<Quad> sink) Deprecated.Creates a piped quads stream connected to the specified piped RDF iterator. -
Method Summary
Methods inherited from class org.apache.jena.riot.lang.PipedRDFStream
base, finish, prefix, start
-
Constructor Details
-
PipedQuadsStream
Deprecated.Creates a piped quads stream connected to the specified piped RDF iterator. Quads written to this stream will then be available as input fromsink
.- Parameters:
sink
- The piped RDF iterator to connect to.
-
-
Method Details
AsyncParser
.