public class TriXWriterFactory extends Object implements RDFWriterFactory
RDFWriterFactory for TriX writers.| Constructor and Description |
|---|
TriXWriterFactory() |
| Modifier and Type | Method and Description |
|---|---|
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. |
public RDFFormat getRDFFormat()
RDFFormat.TRIX.getRDFFormat in interface RDFWriterFactorypublic RDFWriter getWriter(OutputStream out)
TriXWriter.getWriter in interface RDFWriterFactoryout - The OutputStream to write the RDF to.public RDFWriter getWriter(Writer writer)
TriXWriter.getWriter in interface RDFWriterFactorywriter - The Writer to write the RDF to.Copyright © 2001–2015 Aduna. All rights reserved.