| Package | Description | 
|---|---|
| org.eclipse.rdf4j.query.resultio | |
| org.eclipse.rdf4j.query.resultio.binary | |
| org.eclipse.rdf4j.query.resultio.sparqljson | A writer for the 
        SPARQL Query Results JSON Format | 
| org.eclipse.rdf4j.query.resultio.sparqlxml | Parsers and writers for the 
        SPARQL Query Results XML Format | 
| org.eclipse.rdf4j.query.resultio.text.csv | |
| org.eclipse.rdf4j.query.resultio.text.tsv | 
| Modifier and Type | Method and Description | 
|---|---|
| static TupleQueryResultWriter | QueryResultIO. createTupleWriter(QueryResultFormat format,
                 OutputStream out)Convenience methods for creating TupleQueryResultWriter objects.This method uses the registry returned by
  TupleQueryResultWriterRegistry.getInstance()to get a factory for the specified format and uses this
 factory to create the appropriate writer. | 
| TupleQueryResultWriter | TupleQueryResultWriterFactory. getWriter(OutputStream out)Returns a TupleQueryResultWriter instance that will write to the supplied output stream. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BinaryQueryResultWriterWriter for the binary tuple result format. | 
| Modifier and Type | Method and Description | 
|---|---|
| TupleQueryResultWriter | BinaryQueryResultWriterFactory. getWriter(OutputStream out)Returns a new instance of BinaryQueryResultWriter. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SPARQLResultsJSONWriterA TupleQueryResultWriter that writes query results in the SPARQL
 Query Results JSON Format. | 
| Modifier and Type | Method and Description | 
|---|---|
| TupleQueryResultWriter | SPARQLResultsJSONWriterFactory. getWriter(OutputStream out)Returns a new instance of SPARQLResultsJSONWriter. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SPARQLResultsXMLWriterA  TupleQueryResultWriterthat writes tuple query results in the
 SPARQL Query Results XML Format. | 
| Modifier and Type | Method and Description | 
|---|---|
| TupleQueryResultWriter | SPARQLResultsXMLWriterFactory. getWriter(OutputStream out)Returns a new instance of  SPARQLResultsXMLWriter. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SPARQLResultsCSVWriterTupleQueryResultWriter for the SPARQL CSV (Comma-Separated Values) format. | 
| Modifier and Type | Method and Description | 
|---|---|
| TupleQueryResultWriter | SPARQLResultsCSVWriterFactory. getWriter(OutputStream out)Returns a new instance of  SPARQLResultsCSVWriter. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SPARQLResultsTSVWriterTupleQueryResultWriter for the SPARQL TSV (Tab-Separated Values) format. | 
| Modifier and Type | Method and Description | 
|---|---|
| TupleQueryResultWriter | SPARQLResultsTSVWriterFactory. getWriter(OutputStream out)Returns a new instance of  SPARQLResultsTSVWriter. | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.