Class SPARQLResultsTSVWriterFactory
java.lang.Object
org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVWriterFactory
- All Implemented Interfaces:
TupleQueryResultWriterFactory
A
TupleQueryResultWriterFactory
for writers of SPARQL/TSV tuple query results.- Author:
- Jeen Broekstra
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturnsTupleQueryResultFormat.TSV
.getWriter
(OutputStream out) Returns a new instance ofSPARQLResultsTSVWriter
.
-
Constructor Details
-
SPARQLResultsTSVWriterFactory
public SPARQLResultsTSVWriterFactory()
-
-
Method Details
-
getTupleQueryResultFormat
ReturnsTupleQueryResultFormat.TSV
.- Specified by:
getTupleQueryResultFormat
in interfaceTupleQueryResultWriterFactory
-
getWriter
Returns a new instance ofSPARQLResultsTSVWriter
.- Specified by:
getWriter
in interfaceTupleQueryResultWriterFactory
- Parameters:
out
- The OutputStream to write the result to.
-