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