org.apache.jena.riot.writer
Class RDFJSONWriter
java.lang.Object
org.apache.jena.riot.writer.WriterGraphRIOTBase
org.apache.jena.riot.writer.RDFJSONWriter
- All Implemented Interfaces:
- WriterGraphRIOT
public class RDFJSONWriter
- extends WriterGraphRIOTBase
Method Summary |
Lang |
getLang()
|
static void |
output(OutputStream out,
Graph graph)
|
static void |
output(Writer out,
Graph graph)
|
void |
write(OutputStream out,
Graph graph,
PrefixMap prefixMap,
String baseURI,
Context context)
|
void |
write(Writer out,
Graph graph,
PrefixMap prefixMap,
String baseURI,
Context context)
Use of Writer is discouraged - let the serializer manage character sets in accordance with the format |
RDFJSONWriter
public RDFJSONWriter()
output
public static void output(OutputStream out,
Graph graph)
output
public static void output(Writer out,
Graph graph)
getLang
public Lang getLang()
write
public void write(Writer out,
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 interface WriterGraphRIOT
- Specified by:
write
in class WriterGraphRIOTBase
- Parameters:
out
- Writergraph
- Graph to be writtenprefixMap
- PrefixMap - maybe null (default should be to use the prefixmapping from the Graph)baseURI
- base URI - may be null for "none"context
- Context (see specific implementation for details)
write
public void write(OutputStream out,
Graph graph,
PrefixMap prefixMap,
String baseURI,
Context context)
- Specified by:
write
in interface WriterGraphRIOT
- Specified by:
write
in class WriterGraphRIOTBase
- Parameters:
out
- OutputStreamgraph
- Graph to be writtenprefixMap
- PrefixMap - maybe null (default should be to use the prefixmapping from the Graph)baseURI
- base URI - may be null for "none"context
- Context (see specific implementation for details)
Licenced under the Apache License, Version 2.0