public interface RDFWriterFactory
RDFWriters for a specific RDF format.| Modifier and Type | Method and Description |
|---|---|
RDFFormat |
getRDFFormat()
Returns the RDF format for this factory.
|
RDFWriter |
getWriter(java.io.OutputStream out)
Returns an RDFWriter instance that will write to the supplied output
stream.
|
RDFWriter |
getWriter(java.io.Writer writer)
Returns an RDFWriter instance that will write to the supplied writer.
|
RDFFormat getRDFFormat()
RDFWriter getWriter(java.io.OutputStream out)
out - The OutputStream to write the RDF to.RDFWriter getWriter(java.io.Writer writer)
writer - The Writer to write the RDF to.java.lang.UnsupportedOperationException - if the RDFWriter the specific format does not support writing to a
WriterCopyright © 2001-2014 Aduna. All Rights Reserved.