java.lang.Object
org.apache.jena.riot.other.BatchedStreamRDF
- All Implemented Interfaces:
StreamRDF
Batch a stream into triples and/or quads.
Triples are batched on subject
Quads are batched on (graph, subject).
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BatchedStreamRDF
-
-
Method Details
-
start
public final void start()Description copied from interface:StreamRDF
Start processing -
triple
Description copied from interface:StreamRDF
Triple emitted -
quad
Description copied from interface:StreamRDF
Quad emitted -
finish
public final void finish()Description copied from interface:StreamRDF
Finish processing -
base
Description copied from interface:StreamRDF
base declaration seen -
prefix
Description copied from interface:StreamRDF
prefix declaration seen
-