| Package | Description |
|---|---|
| org.eclipse.rdf4j.query.resultio |
| 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.
|
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.