org.apache.jena.riot.writer
Class TriGWriterBase
java.lang.Object
org.apache.jena.riot.writer.WriterDatasetRIOTBase
org.apache.jena.riot.writer.TriGWriterBase
- All Implemented Interfaces:
- WriterDatasetRIOT
- Direct Known Subclasses:
- TriGWriter, TriGWriterBlocks, TriGWriterFlat
public abstract class TriGWriterBase
- extends WriterDatasetRIOTBase
TriG writer base class - ways to invoke a TriG writer
TriGWriterBase
public TriGWriterBase()
getLang
public Lang getLang()
write
public void write(Writer out,
DatasetGraph dsg,
PrefixMap prefixMap,
String baseURI,
Context context)
- Description copied from interface:
WriterDatasetRIOT
- Use of Writer is discouraged - let the serializer manage character sets in accordance with the format
- Specified by:
write in interface WriterDatasetRIOT- Specified by:
write in class WriterDatasetRIOTBase
- Parameters:
out - Writerdsg - 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)
write
public void write(OutputStream out,
DatasetGraph dsg,
PrefixMap prefixMap,
String baseURI,
Context context)
- Specified by:
write in interface WriterDatasetRIOT- Specified by:
write in class WriterDatasetRIOTBase
- Parameters:
out - OutputStreamdsg - 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