public class BinaryRDFWriterFactory extends Object implements RDFWriterFactory
RDFWriterFactory for Binary RDF writers.| Constructor and Description |
|---|
BinaryRDFWriterFactory() |
| Modifier and Type | Method and Description |
|---|---|
RDFFormat |
getRDFFormat()
Returns
RDFFormat.BINARY. |
RDFWriter |
getWriter(OutputStream out)
Returns a new instance of
BinaryRDFWriter. |
RDFWriter |
getWriter(OutputStream out,
String baseURI) |
RDFWriter |
getWriter(Writer writer)
throws UnsupportedOperationException
|
RDFWriter |
getWriter(Writer writer,
String baseURI)
throws UnsupportedOperationException
|
public RDFFormat getRDFFormat()
RDFFormat.BINARY.getRDFFormat in interface RDFWriterFactorypublic RDFWriter getWriter(OutputStream out)
BinaryRDFWriter.getWriter in interface RDFWriterFactorypublic RDFWriter getWriter(OutputStream out, String baseURI)
getWriter in interface RDFWriterFactorypublic RDFWriter getWriter(Writer writer)
getWriter in interface RDFWriterFactorypublic RDFWriter getWriter(Writer writer, String baseURI)
getWriter in interface RDFWriterFactoryCopyright © 2015-2020 Eclipse Foundation. All Rights Reserved.