java.lang.Object
org.apache.jena.riot.writer.WriterStreamRDFBase
org.apache.jena.riot.writer.WriterStreamRDFFlat
- All Implemented Interfaces:
StreamRDF
An output of triples / quads that is streaming.
It writes one line per triple/quads, with prefixes and literal short forms.
-
Constructor Summary
ConstructorDescriptionWriterStreamRDFFlat
(OutputStream output, Context context) WriterStreamRDFFlat
(Writer output, Context context) WriterStreamRDFFlat
(org.apache.jena.atlas.io.IndentedWriter output, Context context) -
Method Summary
-
Constructor Details
-
WriterStreamRDFFlat
-
WriterStreamRDFFlat
-
WriterStreamRDFFlat
-