Franz Inc, AllegroGraph

com.franz.openrdf.rio.nquads
Class NQuadsWriterFactory

java.lang.Object
  extended by com.franz.openrdf.rio.nquads.NQuadsWriterFactory
All Implemented Interfaces:
org.openrdf.rio.RDFWriterFactory

public class NQuadsWriterFactory
extends Object
implements org.openrdf.rio.RDFWriterFactory

An RDFWriterFactory for N-Quads writers.


Constructor Summary
NQuadsWriterFactory()
           
 
Method Summary
 org.openrdf.rio.RDFFormat getRDFFormat()
          Returns NQuadsFormat.NQUADS.
 org.openrdf.rio.RDFWriter getWriter(OutputStream out)
          Returns a new instance of NQuadsWriter.
 org.openrdf.rio.RDFWriter getWriter(Writer writer)
          Returns a new instance of NQuadsWriter.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NQuadsWriterFactory

public NQuadsWriterFactory()
Method Detail

getRDFFormat

public org.openrdf.rio.RDFFormat getRDFFormat()
Returns NQuadsFormat.NQUADS.

Specified by:
getRDFFormat in interface org.openrdf.rio.RDFWriterFactory

getWriter

public org.openrdf.rio.RDFWriter getWriter(OutputStream out)
Returns a new instance of NQuadsWriter.

Specified by:
getWriter in interface org.openrdf.rio.RDFWriterFactory

getWriter

public org.openrdf.rio.RDFWriter getWriter(Writer writer)
Returns a new instance of NQuadsWriter.

Specified by:
getWriter in interface org.openrdf.rio.RDFWriterFactory

Copyright © 2008-2012 Franz Inc.