Uses of Class
org.apache.jena.riot.lang.PipedRDFIterator
Packages that use PipedRDFIterator
-
Uses of PipedRDFIterator in org.apache.jena.riot.lang
Constructors in org.apache.jena.riot.lang with parameters of type PipedRDFIteratorModifierConstructorDescriptionPipedQuadsStream(PipedRDFIterator<Quad> sink) Deprecated.Creates a piped quads stream connected to the specified piped RDF iterator.Deprecated.Creates a piped triples stream connected to the specified piped RDF iterator.PipedTuplesStream(PipedRDFIterator<org.apache.jena.atlas.lib.tuple.Tuple<Node>> sink) Deprecated.Creates a piped tuples stream connected to the specified piped RDF iterator.