| Package | Description |
|---|---|
| org.openrdf.rio |
General classes and interfaces for RDF parsers and RDF writers.
|
| org.openrdf.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
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,
Writer output,
RDFFormat dataFormat,
WriterConfig settings)
Writes the given statements to the given
Writer in the given
format. |
| Modifier and Type | Method and Description |
|---|---|
WriterConfig |
RDFWriterBase.getWriterConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
RDFWriterBase.setWriterConfig(WriterConfig config) |
Copyright © 2001-2014 Aduna. All Rights Reserved.