org.openrdf.query.resultio.binary
Class BinaryQueryResultWriterFactory
java.lang.Object
org.openrdf.query.resultio.binary.BinaryQueryResultWriterFactory
- All Implemented Interfaces:
- TupleQueryResultWriterFactory
public class BinaryQueryResultWriterFactory
- extends Object
- implements TupleQueryResultWriterFactory
A TupleQueryResultWriterFactory for writers of binary query results.
- Author:
- Arjohn Kampman
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BinaryQueryResultWriterFactory
public BinaryQueryResultWriterFactory()
getTupleQueryResultFormat
public TupleQueryResultFormat getTupleQueryResultFormat()
- Returns
TupleQueryResultFormat.BINARY.
- Specified by:
getTupleQueryResultFormat in interface TupleQueryResultWriterFactory
getWriter
public TupleQueryResultWriter getWriter(OutputStream out)
- Returns a new instance of BinaryQueryResultWriter.
- Specified by:
getWriter in interface TupleQueryResultWriterFactory
- Parameters:
out - The OutputStream to write the result to.
Copyright © 2001-2008 Aduna. All Rights Reserved.