|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openrdf.rio.binary.BinaryRDFWriterFactory
public class BinaryRDFWriterFactory
An RDFWriterFactory for Binary RDF writers.
| Constructor Summary | |
|---|---|
BinaryRDFWriterFactory()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BinaryRDFWriterFactory()
| Method Detail |
|---|
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(Writer writer)
BinaryRDFWriter.
getWriter in interface RDFWriterFactorywriter - The Writer to write the RDF to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||