java.lang.Object
org.apache.jena.riot.writer.NullWriter
- All Implemented Interfaces:
WriterDatasetRIOT
Null writer for datasets.
A sink for writer output.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLang()
void
write
(OutputStream out, DatasetGraph datasetGraph, PrefixMap prefixMap, String baseURI, Context context) void
Use of Writer is discouraged - let the serializer manage character sets in accordance with the format
-
Field Details
-
factory
-
-
Method Details
-
getLang
- Specified by:
getLang
in interfaceWriterDatasetRIOT
-
write
public void write(OutputStream out, DatasetGraph datasetGraph, PrefixMap prefixMap, String baseURI, Context context) - Specified by:
write
in interfaceWriterDatasetRIOT
- Parameters:
out
- OutputStreamdatasetGraph
- DatasetGraph to be writtenprefixMap
- PrefixMap - maybe null (default should be to use the prefix mapping from the Graph)baseURI
- base URI - may be null for "none"context
- Context (see specific implementation for details)
-
write
public void write(Writer out, DatasetGraph datasetGraph, 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 interfaceWriterDatasetRIOT
- Parameters:
out
- WriterdatasetGraph
- DatasetGraph to be writtenprefixMap
- PrefixMap - maybe null (default should be to use the prefix mapping from the Graph)baseURI
- base URI - may be null for "none"context
- Context (see specific implementation for details)
-