Class SPARQLStarResultsTSVWriterFactory
java.lang.Object
org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLStarResultsTSVWriterFactory
- All Implemented Interfaces:
 TupleQueryResultWriterFactory
public class SPARQLStarResultsTSVWriterFactory
extends Object
implements TupleQueryResultWriterFactory
TupleQueryResultWriterFactory for creating instances of SPARQLStarResultsTSVWriter.- Author:
 - Pavel Mihaylov
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionReturnsTupleQueryResultFormat.TSV_STAR.getWriter(OutputStream out) Returns a new instance ofSPARQLStarResultsTSVWriter. 
- 
Constructor Details
- 
SPARQLStarResultsTSVWriterFactory
public SPARQLStarResultsTSVWriterFactory() 
 - 
 - 
Method Details
- 
getTupleQueryResultFormat
ReturnsTupleQueryResultFormat.TSV_STAR.- Specified by:
 getTupleQueryResultFormatin interfaceTupleQueryResultWriterFactory
 - 
getWriter
Returns a new instance ofSPARQLStarResultsTSVWriter.- Specified by:
 getWriterin interfaceTupleQueryResultWriterFactory- Parameters:
 out- The OutputStream to write the result to.
 
 -