| Package | Description | 
|---|---|
| org.eclipse.rdf4j.query.resultio | |
| 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 | 
| Modifier and Type | Method and Description | 
|---|---|
| static BooleanQueryResultWriter | QueryResultIO. createBooleanWriter(QueryResultFormat format,
                   OutputStream out)Convenience methods for creating BooleanQueryResultWriter objects.This method uses the registry returned by
  BooleanQueryResultWriterRegistry.getInstance()to get a factory for the specified format and uses this
 factory to create the appropriate writer. | 
| BooleanQueryResultWriter | BooleanQueryResultWriterFactory. getWriter(OutputStream out)Returns a  BooleanQueryResultWriterinstance that will write to the supplied output stream. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SPARQLBooleanJSONWriterA BooleanQueryResultWriter that writes query results in the
 SPARQL Query Results JSON Format. | 
| Modifier and Type | Method and Description | 
|---|---|
| BooleanQueryResultWriter | SPARQLBooleanJSONWriterFactory. getWriter(OutputStream out)Returns a new instance of SPARQLResultsJSONWriter. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SPARQLBooleanXMLWriterA  BooleanQueryResultWriterthat writes boolean query results in the
 SPARQL Query Results XML Format. | 
| Modifier and Type | Method and Description | 
|---|---|
| BooleanQueryResultWriter | SPARQLBooleanXMLWriterFactory. getWriter(OutputStream out)Returns a new instance of  SPARQLBooleanXMLWriter. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BooleanTextWriterWriter for the plain text boolean result format. | 
| Modifier and Type | Method and Description | 
|---|---|
| BooleanQueryResultWriter | BooleanTextWriterFactory. getWriter(OutputStream out)Returns a new instance of BinaryQueryResultWriter. | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.