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(Writer writer)
Returns a new instance of
BinaryRDFWriter. |
public RDFFormat getRDFFormat()
RDFFormat.BINARY.getRDFFormat in interface RDFWriterFactorypublic RDFWriter getWriter(OutputStream out)
BinaryRDFWriter.getWriter in interface RDFWriterFactorypublic RDFWriter getWriter(Writer writer)
BinaryRDFWriter.getWriter in interface RDFWriterFactoryCopyright © 2001-2014 Aduna. All Rights Reserved.