| Package | Description |
|---|---|
| org.eclipse.rdf4j.rio |
General classes and interfaces for RDF parsers and RDF writers.
|
| org.eclipse.rdf4j.rio.helpers |
Provides helpers classes for Rio.
|
| Modifier and Type | Method and Description |
|---|---|
WriterConfig |
RDFWriter.getWriterConfig()
Retrieves the current writer configuration as a single object.
|
<T> WriterConfig |
WriterConfig.set(RioSetting<T> setting,
T value) |
WriterConfig |
WriterConfig.useDefaults() |
| Modifier and Type | Method and Description |
|---|---|
RDFWriter |
RDFWriter.setWriterConfig(WriterConfig config)
Sets all supplied writer configuration options.
|
static void |
Rio.write(Iterable<Statement> model,
OutputStream output,
RDFFormat dataFormat,
WriterConfig settings)
Writes the given statements to the given
OutputStream in the given format. |
static void |
Rio.write(Iterable<Statement> model,
OutputStream output,
String baseURI,
RDFFormat dataFormat,
WriterConfig settings)
Writes the given statements to the given
OutputStream in the given format. |
static void |
Rio.write(Iterable<Statement> model,
Writer output,
RDFFormat dataFormat,
WriterConfig settings)
Writes the given statements to the given
Writer in the given format. |
static void |
Rio.write(Iterable<Statement> model,
Writer output,
String baseURI,
RDFFormat dataFormat,
WriterConfig settings)
Writes the given statements to the given
Writer in the given format. |
static void |
Rio.write(Statement st,
OutputStream output,
RDFFormat dataFormat,
WriterConfig settings)
Writes the given single statement to the given
OutputStream in the given format. |
static void |
Rio.write(Statement statement,
Writer output,
RDFFormat dataFormat,
WriterConfig settings)
Writes the given single statement to the given
Writer in the given format. |
| Modifier and Type | Method and Description |
|---|---|
WriterConfig |
AbstractRDFWriter.getWriterConfig() |
| Modifier and Type | Method and Description |
|---|---|
RDFWriter |
AbstractRDFWriter.setWriterConfig(WriterConfig config) |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.