Uses of Class
org.apache.jena.riot.lang.PipedRDFIterator

Packages that use PipedRDFIterator
org.apache.jena.riot.lang   
 

Uses of PipedRDFIterator in org.apache.jena.riot.lang
 

Constructors in org.apache.jena.riot.lang with parameters of type PipedRDFIterator
PipedQuadsStream(PipedRDFIterator<Quad> sink)
          Creates a piped quads stream connected to the specified piped RDF iterator.
PipedTriplesStream(PipedRDFIterator<Triple> sink)
          Creates a piped triples stream connected to the specified piped RDF iterator.
PipedTuplesStream(PipedRDFIterator<Tuple<Node>> sink)
          Creates a piped tuples stream connected to the specified piped RDF iterator.
 



Licenced under the Apache License, Version 2.0