org.apache.jena.riot.writer
Class WriterGraphRIOTBase
java.lang.Object
org.apache.jena.riot.writer.WriterGraphRIOTBase
- All Implemented Interfaces:
- WriterGraphRIOT
- Direct Known Subclasses:
- AdapterRDFWriter, NTriplesWriter, RDFJSONWriter, TurtleWriterBase
public abstract class WriterGraphRIOTBase
- extends Object
- implements WriterGraphRIOT
WriterGraphRIOTBase
public WriterGraphRIOTBase()
write
public abstract 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
- 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 abstract void write(OutputStream out,
Graph graph,
PrefixMap prefixMap,
String baseURI,
Context context)
- Specified by:
write in interface WriterGraphRIOT
- 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