Class PrintingStreamRDF

java.lang.Object
org.apache.jena.riot.writer.WriterStreamRDFPlain
org.apache.jena.riot.system.PrintingStreamRDF
All Implemented Interfaces:
StreamRDF

public class PrintingStreamRDF extends WriterStreamRDFPlain
A StreamRDF which displays the items sent to the stream. It is primarily for development purposes.

The output is not a legal syntax. Do not consider this format to be stable.

It is not optimized for throughput and it flushes every line. Consider using WriterStreamRDFFlat for performance.

Use via

 StreamRDFLib.print(System.out);