Class StreamTriplesOnly

java.lang.Object
org.apache.jena.riot.system.StreamRDFWrapper
org.apache.jena.riot.system.StreamTriplesOnly
All Implemented Interfaces:
StreamRDF

public class StreamTriplesOnly extends StreamRDFWrapper
StreamRDF that expects triples not quads. Runs an action the first time a quad is seen. Quads that are the default graph or no graph are redirected to StreamRDF.triple(org.apache.jena.graph.Triple).