Class BooleanTextWriterFactory
- java.lang.Object
-
- org.eclipse.rdf4j.query.resultio.text.BooleanTextWriterFactory
-
- All Implemented Interfaces:
BooleanQueryResultWriterFactory
public class BooleanTextWriterFactory extends java.lang.Object implements BooleanQueryResultWriterFactory
ABooleanQueryResultWriterFactoryfor writers of plain text boolean query results.
-
-
Constructor Summary
Constructors Constructor Description BooleanTextWriterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanQueryResultFormatgetBooleanQueryResultFormat()ReturnsBooleanQueryResultFormat.TEXT.BooleanQueryResultWritergetWriter(java.io.OutputStream out)Returns a new instance of BinaryQueryResultWriter.
-
-
-
Method Detail
-
getBooleanQueryResultFormat
public BooleanQueryResultFormat getBooleanQueryResultFormat()
ReturnsBooleanQueryResultFormat.TEXT.- Specified by:
getBooleanQueryResultFormatin interfaceBooleanQueryResultWriterFactory
-
getWriter
public BooleanQueryResultWriter getWriter(java.io.OutputStream out)
Returns a new instance of BinaryQueryResultWriter.- Specified by:
getWriterin interfaceBooleanQueryResultWriterFactory- Parameters:
out- The OutputStream to write the result to.
-
-