net.fortytwo.sesametools.rdfjson
Class RDFJSONWriterFactory

java.lang.Object
  extended by 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

Constructor Summary
RDFJSONWriterFactory()
           
 
Method Summary
 org.openrdf.rio.RDFFormat getRDFFormat()
           
 org.openrdf.rio.RDFWriter getWriter(OutputStream out)
           
 org.openrdf.rio.RDFWriter getWriter(Writer writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFJSONWriterFactory

public RDFJSONWriterFactory()
Method Detail

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.