public abstract class WriterDatasetRIOTBase extends Object implements WriterDatasetRIOT
| Constructor and Description |
|---|
WriterDatasetRIOTBase() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
write(OutputStream out,
DatasetGraph dataset,
PrefixMap prefixMap,
String baseURI,
Context context) |
abstract void |
write(Writer out,
DatasetGraph dataset,
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, waitgetLangpublic abstract void write(Writer out, DatasetGraph dataset, PrefixMap prefixMap, String baseURI, Context context)
WriterDatasetRIOTwrite in interface WriterDatasetRIOTout - Writerdataset - DatasetGraph 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, DatasetGraph dataset, PrefixMap prefixMap, String baseURI, Context context)
write in interface WriterDatasetRIOTout - OutputStreamdataset - DatasetGraph 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