public class NTriplesWriterFactory extends Object implements RDFWriterFactory
RDFWriterFactory for N-Triples writers.| Constructor and Description |
|---|
NTriplesWriterFactory() |
| Modifier and Type | Method and Description |
|---|---|
RDFFormat |
getRDFFormat()
Returns
RDFFormat.NTRIPLES. |
RDFWriter |
getWriter(OutputStream out)
Returns a new instance of
NTriplesWriter. |
RDFWriter |
getWriter(Writer writer)
Returns a new instance of
NTriplesWriter. |
public RDFFormat getRDFFormat()
RDFFormat.NTRIPLES.getRDFFormat in interface RDFWriterFactorypublic RDFWriter getWriter(OutputStream out)
NTriplesWriter.getWriter in interface RDFWriterFactorypublic RDFWriter getWriter(Writer writer)
NTriplesWriter.getWriter in interface RDFWriterFactoryCopyright © 2001-2015 Aduna. All Rights Reserved.