public class TurtleWriterFactory extends Object implements RDFWriterFactory
RDFWriterFactory for Turtle writers.| Constructor and Description |
|---|
TurtleWriterFactory() |
| Modifier and Type | Method and Description |
|---|---|
RDFFormat |
getRDFFormat()
Returns
RDFFormat.TURTLE. |
RDFWriter |
getWriter(OutputStream out)
Returns a new instance of
TurtleWriter. |
RDFWriter |
getWriter(OutputStream out,
String baseURI) |
RDFWriter |
getWriter(Writer writer)
Returns a new instance of
TurtleWriter. |
RDFWriter |
getWriter(Writer writer,
String baseURI) |
public RDFFormat getRDFFormat()
RDFFormat.TURTLE.getRDFFormat in interface RDFWriterFactorypublic RDFWriter getWriter(OutputStream out)
TurtleWriter.getWriter in interface RDFWriterFactorypublic RDFWriter getWriter(OutputStream out, String baseURI) throws URISyntaxException
getWriter in interface RDFWriterFactoryURISyntaxExceptionpublic RDFWriter getWriter(Writer writer)
TurtleWriter.getWriter in interface RDFWriterFactorypublic RDFWriter getWriter(Writer writer, String baseURI) throws URISyntaxException
getWriter in interface RDFWriterFactoryURISyntaxExceptionCopyright © 2015-2018 Eclipse Foundation. All Rights Reserved.