net.fortytwo.sesametools.rdfjson
Class RDFJSONWriterFactory
java.lang.Object
net.fortytwo.sesametools.rdfjson.RDFJSONWriterFactory
- All Implemented Interfaces:
- org.openrdf.rio.RDFWriterFactory
public class RDFJSONWriterFactory
- extends Object
- implements org.openrdf.rio.RDFWriterFactory
Writer Factory for the RDFJSONWriter.
- Author:
- fkleedorfer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RDFJSONWriterFactory
public RDFJSONWriterFactory()
getRDFFormat
public org.openrdf.rio.RDFFormat getRDFFormat()
- Specified by:
getRDFFormat in interface org.openrdf.rio.RDFWriterFactory
getWriter
public org.openrdf.rio.RDFWriter getWriter(OutputStream out)
- Specified by:
getWriter in interface org.openrdf.rio.RDFWriterFactory
getWriter
public org.openrdf.rio.RDFWriter getWriter(Writer writer)
- Specified by:
getWriter in interface org.openrdf.rio.RDFWriterFactory
Copyright © 2013. All Rights Reserved.