Class BooleanTextWriterFactory
java.lang.Object
org.eclipse.rdf4j.query.resultio.text.BooleanTextWriterFactory
- All Implemented Interfaces:
BooleanQueryResultWriterFactory
A
BooleanQueryResultWriterFactory
for writers of plain text boolean query results.- Author:
- Arjohn Kampman
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturnsBooleanQueryResultFormat.TEXT
.getWriter
(OutputStream out) Returns a new instance of BinaryQueryResultWriter.
-
Constructor Details
-
BooleanTextWriterFactory
public BooleanTextWriterFactory()
-
-
Method Details
-
getBooleanQueryResultFormat
ReturnsBooleanQueryResultFormat.TEXT
.- Specified by:
getBooleanQueryResultFormat
in interfaceBooleanQueryResultWriterFactory
-
getWriter
Returns a new instance of BinaryQueryResultWriter.- Specified by:
getWriter
in interfaceBooleanQueryResultWriterFactory
- Parameters:
out
- The OutputStream to write the result to.
-