Package com.stardog.stark.query.io.text
Class TextBooleanQueryResultParser
java.lang.Object
com.stardog.stark.query.io.text.TextBooleanQueryResultParser
- All Implemented Interfaces:
BooleanQueryResultParser,QueryResultParser<BooleanQueryResultHandler>
QueryResult parser for text-based results
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Michael Grove
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionformat()The format this parser can parsevoidparse(InputStream theStream, BooleanQueryResultHandler theHandler, Options theOptions) Parse the results.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.stardog.stark.query.io.QueryResultParser
parse
-
Constructor Details
-
TextBooleanQueryResultParser
public TextBooleanQueryResultParser()
-
-
Method Details
-
format
The format this parser can parse- Specified by:
formatin interfaceQueryResultParser<BooleanQueryResultHandler>- Returns:
- the format
-
parse
public void parse(@Nonnull InputStream theStream, @Nonnull BooleanQueryResultHandler theHandler, @Nonnull Options theOptions) throws IOException Parse the results.- Specified by:
parsein interfaceQueryResultParser<BooleanQueryResultHandler>- Parameters:
theStream- the stream to read fromtheHandler- the handler to pass parse events totheOptions- the parsing options- Throws:
IOException- if there was an error while reading from the stream
-