org.openrdf.rio.trix
Class TriXWriterFactory

java.lang.Object
  extended by org.openrdf.rio.trix.TriXWriterFactory
All Implemented Interfaces:
RDFWriterFactory

public class TriXWriterFactory
extends Object
implements RDFWriterFactory

An RDFWriterFactory for TriX writers.

Author:
Arjohn Kampman

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

Constructor Detail

TriXWriterFactory

public TriXWriterFactory()
Method Detail

getRDFFormat

public RDFFormat getRDFFormat()
Returns RDFFormat.TRIX.

Specified by:
getRDFFormat in interface RDFWriterFactory

getWriter

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

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 TriXWriter.

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


Copyright © 2001-2008 Aduna. All Rights Reserved.