java.lang.Object
org.apache.jena.riot.writer.WriterGraphRIOTBase
org.apache.jena.riot.writer.NTriplesWriter
org.apache.jena.riot.writer.NTriplesWriterPretty
- All Implemented Interfaces:
WriterGraphRIOT
The only prettiness is that blank nodes are written with short labels.
This means the writer has long-term internal state and may not write very large N-triple streams which have very large numbers of blank nodes.
-
Constructor Details
-
NTriplesWriterPretty
public NTriplesWriterPretty()
-