java.lang.Object
org.apache.jena.riot.writer.WriterGraphRIOTBase
org.apache.jena.riot.writer.NTriplesWriter
- All Implemented Interfaces:
WriterGraphRIOT
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLang()
static void
write
(OutputStream out, Iterator<org.apache.jena.graph.Triple> iter) static void
write
(OutputStream out, Iterator<org.apache.jena.graph.Triple> iter, org.apache.jena.atlas.lib.CharSpace charSpace) void
write
(OutputStream out, org.apache.jena.graph.Graph graph, PrefixMap prefixMap, String baseURI, Context context) static void
static void
write
(Writer out, Iterator<org.apache.jena.graph.Triple> iter, org.apache.jena.atlas.lib.CharSpace charSpace) void
write
(Writer out, org.apache.jena.graph.Graph graph, PrefixMap prefixMap, String baseURI, Context context) Use of Writer is discouraged - let the serializer manage character sets in accordance with the format
-
Constructor Details
-
NTriplesWriter
public NTriplesWriter() -
NTriplesWriter
public NTriplesWriter(org.apache.jena.atlas.lib.CharSpace charSpace)
-
-
Method Details
-
write
-
write
public static void write(OutputStream out, Iterator<org.apache.jena.graph.Triple> iter, org.apache.jena.atlas.lib.CharSpace charSpace) -
write
-
write
-
getLang
-
write
public void write(Writer out, org.apache.jena.graph.Graph graph, PrefixMap prefixMap, String baseURI, Context context) Description copied from interface:WriterGraphRIOT
Use of Writer is discouraged - let the serializer manage character sets in accordance with the format- Specified by:
write
in interfaceWriterGraphRIOT
- Specified by:
write
in classWriterGraphRIOTBase
- Parameters:
out
- Writergraph
- Graph to be writtenprefixMap
- PrefixMap - maybe null (default should be to use the prefix mapping from the Graph)baseURI
- base URI - may be null for "none"context
- Context (see specific implementation for details)
-
write
public void write(OutputStream out, org.apache.jena.graph.Graph graph, PrefixMap prefixMap, String baseURI, Context context) - Specified by:
write
in interfaceWriterGraphRIOT
- Specified by:
write
in classWriterGraphRIOTBase
- Parameters:
out
- OutputStreamgraph
- Graph to be writtenprefixMap
- PrefixMap - maybe null (default should be to use the prefix mapping from the Graph)baseURI
- base URI - may be null for "none"context
- Context (see specific implementation for details)
-