org.openrdf.rio.turtle
Class TurtleWriterFactory

java.lang.Object
  extended by org.openrdf.rio.turtle.TurtleWriterFactory
All Implemented Interfaces:
RDFWriterFactory

public class TurtleWriterFactory
extends Object
implements RDFWriterFactory

An RDFWriterFactory for Turtle writers.

Author:
Arjohn Kampman

Constructor Summary
TurtleWriterFactory()
           
 
Method Summary
 RDFFormat getRDFFormat()
          Returns RDFFormat.TURTLE.
 RDFWriter getWriter(OutputStream out)
          Returns a new instance of TurtleWriter.
 RDFWriter getWriter(Writer writer)
          Returns a new instance of TurtleWriter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TurtleWriterFactory

public TurtleWriterFactory()
Method Detail

getRDFFormat

public RDFFormat getRDFFormat()
Returns RDFFormat.TURTLE.

Specified by:
getRDFFormat in interface RDFWriterFactory

getWriter

public RDFWriter getWriter(OutputStream out)
Returns a new instance of TurtleWriter.

Specified by:
getWriter in interface RDFWriterFactory
Parameters:
out - The OutputStream to write the RDF to.

getWriter

public RDFWriter getWriter(Writer writer)
Returns a new instance of TurtleWriter.

Specified by:
getWriter in interface RDFWriterFactory
Parameters:
writer - The Writer to write the RDF to.


Copyright © 2001-2008 Aduna. All Rights Reserved.