public class RDFJSONWriterFactory extends Object implements RDFWriterFactory
RDFWriterFactory for RDF/JSON writers.| Constructor and Description |
|---|
RDFJSONWriterFactory() |
| Modifier and Type | Method and Description |
|---|---|
RDFFormat |
getRDFFormat()
Returns the RDF format for this factory.
|
RDFWriter |
getWriter(OutputStream out)
Returns an RDFWriter instance that will write to the supplied output
stream.
|
RDFWriter |
getWriter(Writer writer)
Returns an RDFWriter instance that will write to the supplied writer.
|
public RDFFormat getRDFFormat()
RDFWriterFactorygetRDFFormat in interface RDFWriterFactorypublic RDFWriter getWriter(OutputStream out)
RDFWriterFactorygetWriter in interface RDFWriterFactoryout - The OutputStream to write the RDF to.public RDFWriter getWriter(Writer writer)
RDFWriterFactorygetWriter in interface RDFWriterFactorywriter - The Writer to write the RDF to.Copyright © 2001–2015 Aduna. All rights reserved.