public abstract class WriterGraphRIOTBase extends Object implements WriterGraphRIOT
Constructor and Description |
---|
WriterGraphRIOTBase() |
Modifier and Type | Method and Description |
---|---|
abstract void |
write(OutputStream out,
Graph graph,
PrefixMap prefixMap,
String baseURI,
Context context) |
abstract 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
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLang
public abstract void write(Writer out, Graph graph, PrefixMap prefixMap, String baseURI, Context context)
WriterGraphRIOT
write
in interface WriterGraphRIOT
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)public abstract void write(OutputStream out, Graph graph, PrefixMap prefixMap, String baseURI, Context context)
write
in interface WriterGraphRIOT
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