org.openrdf.query.resultio.binary
Class BinaryQueryResultParserFactory
java.lang.Object
org.openrdf.query.resultio.binary.BinaryQueryResultParserFactory
- All Implemented Interfaces:
- TupleQueryResultParserFactory
public class BinaryQueryResultParserFactory
- extends Object
- implements TupleQueryResultParserFactory
A TupleQueryResultParserFactory for binary tuple query result
parsers.
- Author:
- Arjohn Kampman
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BinaryQueryResultParserFactory
public BinaryQueryResultParserFactory()
getTupleQueryResultFormat
public TupleQueryResultFormat getTupleQueryResultFormat()
- Returns
TupleQueryResultFormat.BINARY.
- Specified by:
getTupleQueryResultFormat in interface TupleQueryResultParserFactory
getParser
public TupleQueryResultParser getParser()
- Returns a new instance of BinaryQueryResultParser.
- Specified by:
getParser in interface TupleQueryResultParserFactory
Copyright © 2001-2007 Aduna. All Rights Reserved.