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)Returns an RDFWriter instance that will write to the supplied output stream. | 
| 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 RDFWriterFactoryout - The OutputStream to write the RDF to.public RDFWriter getWriter(OutputStream out, String baseURI)
RDFWriterFactorygetWriter in interface RDFWriterFactoryout - The OutputStream to write the RDF to.baseURI - The URI associated with the data in the InputStream.public RDFWriter getWriter(Writer writer)
getWriter in interface RDFWriterFactorywriter - The Writer to write the RDF to.public RDFWriter getWriter(Writer writer, String baseURI)
getWriter in interface RDFWriterFactorywriter - The Writer to write the RDF to.baseURI - The URI associated with the data in the InputStream.Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.