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