| Package | Description |
|---|---|
| org.eclipse.rdf4j.query.resultio |
| 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
BooleanQueryResultWriter instance that will write to the supplied output stream. |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.