|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openrdf.rio.trix.TriXWriterFactory
public class TriXWriterFactory
An RDFWriterFactory for TriX writers.
| 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 |
|---|
public TriXWriterFactory()
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||