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