| 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 |
|---|---|
static RDFWriter |
Rio.createWriter(RDFFormat format,
OutputStream out)
Convenience methods for creating RDFWriter objects.
|
static RDFWriter |
Rio.createWriter(RDFFormat format,
OutputStream out,
String baseURI)
Convenience methods for creating RDFWriter objects.
|
static RDFWriter |
Rio.createWriter(RDFFormat format,
Writer writer)
Convenience methods for creating RDFWriter objects.
|
static RDFWriter |
Rio.createWriter(RDFFormat format,
Writer writer,
String baseURI)
Convenience methods for creating RDFWriter objects.
|
RDFWriter |
RDFWriterFactory.getWriter(OutputStream out)
Returns an RDFWriter instance that will write to the supplied output stream.
|
RDFWriter |
RDFWriterFactory.getWriter(OutputStream out,
String baseURI)
Returns an RDFWriter instance that will write to the supplied output stream.
|
RDFWriter |
RDFWriterFactory.getWriter(Writer writer)
Returns an RDFWriter instance that will write to the supplied writer.
|
RDFWriter |
RDFWriterFactory.getWriter(Writer writer,
String baseURI)
Returns an RDFWriter instance that will write to the supplied writer.
|
<T> RDFWriter |
RDFWriter.set(RioSetting<T> setting,
T value)
Set a setting on the writer, and return this writer object to allow chaining.
|
RDFWriter |
RDFWriter.setWriterConfig(WriterConfig config)
Sets all supplied writer configuration options.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRDFWriter
Base class for
RDFWriters offering common functionality for RDF writers. |
class |
RDFWriterBase
Deprecated.
since 4.0. Use
AbstractRDFWriter instead. |
| Modifier and Type | Method and Description |
|---|---|
<T> RDFWriter |
AbstractRDFWriter.set(RioSetting<T> setting,
T value) |
RDFWriter |
AbstractRDFWriter.setWriterConfig(WriterConfig config) |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.