com.github.jsonldjava.impl
Class SesameJSONLDWriterFactory
java.lang.Object
com.github.jsonldjava.impl.SesameJSONLDWriterFactory
- All Implemented Interfaces:
- org.openrdf.rio.RDFWriterFactory
public class SesameJSONLDWriterFactory
- extends Object
- implements org.openrdf.rio.RDFWriterFactory
An RDFWriterFactory that creates instances of
SesameJSONLDWriter.
- Author:
- Peter Ansell p_ansell@yahoo.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SesameJSONLDWriterFactory
public SesameJSONLDWriterFactory()
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.