org.apache.jena.riot.writer
Class WriterStreamRDFFlat
java.lang.Object
org.apache.jena.riot.writer.WriterStreamRDFBase
org.apache.jena.riot.writer.WriterStreamRDFFlat
- All Implemented Interfaces:
- StreamRDF
public class WriterStreamRDFFlat
- extends WriterStreamRDFBase
An output of triples / quads that is streaming.
It writes one line per triple/quads, with prefixes and literal short forms.
WriterStreamRDFFlat
public WriterStreamRDFFlat(OutputStream output)
WriterStreamRDFFlat
public WriterStreamRDFFlat(IndentedWriter output)
WriterStreamRDFFlat
public WriterStreamRDFFlat(Writer output)
Licenced under the Apache License, Version 2.0