|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openrdf.rio.ntriples.NTriplesWriterFactory
public class NTriplesWriterFactory
An RDFWriterFactory for N-Triples writers.
| Constructor Summary | |
|---|---|
NTriplesWriterFactory()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NTriplesWriterFactory()
| Method Detail |
|---|
public RDFFormat getRDFFormat()
RDFFormat.NTRIPLES.
getRDFFormat in interface RDFWriterFactorypublic RDFWriter getWriter(OutputStream out)
NTriplesWriter.
getWriter in interface RDFWriterFactoryout - The OutputStream to write the RDF to.public RDFWriter getWriter(Writer writer)
NTriplesWriter.
getWriter in interface RDFWriterFactorywriter - The Writer to write the RDF to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||