public class BinaryQueryResultParser extends TupleQueryResultParserBase
BinaryQueryResultConstants.handler, valueFactory| Constructor and Description |
|---|
BinaryQueryResultParser()
Creates a new parser for the binary query result format that will use an
instance of
ValueFactoryImpl to create Value objects. |
BinaryQueryResultParser(ValueFactory valueFactory)
Creates a new parser for the binary query result format that will use the
supplied ValueFactory to create Value objects.
|
| Modifier and Type | Method and Description |
|---|---|
TupleQueryResultFormat |
getTupleQueryResultFormat() |
void |
parse(InputStream in) |
getQueryResultFormat, parseQueryResult, setTupleQueryResultHandlergetParserConfig, getSupportedSettings, setParserConfig, setQueryResultHandler, setValueFactoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParserConfig, getSupportedSettings, setParserConfig, setQueryResultHandler, setValueFactorypublic BinaryQueryResultParser()
ValueFactoryImpl to create Value objects.public BinaryQueryResultParser(ValueFactory valueFactory)
public final TupleQueryResultFormat getTupleQueryResultFormat()
public void parse(InputStream in) throws IOException, QueryResultParseException, TupleQueryResultHandlerException
Copyright © 2001-2014 Aduna. All Rights Reserved.