| 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 |
|---|---|
static RDFWriter |
Rio.createWriter(RDFFormat format,
OutputStream out)
Convenience methods for creating RDFWriter objects.
|
static RDFWriter |
Rio.createWriter(RDFFormat format,
Writer writer)
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(Writer writer)
Returns an RDFWriter instance that will write to the supplied writer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RDFWriterBase
Base class for
RDFWriters offering common functionality for RDF
writers. |
Copyright © 2001-2014 Aduna. All Rights Reserved.