public class ResultSetReaderJSON extends Object implements ResultSetReader
| Modifier and Type | Field and Description |
|---|---|
static ResultSetReaderFactory |
factory |
| Modifier and Type | Method and Description |
|---|---|
SPARQLResult |
readAny(InputStream in,
Context context)
Read from an
InputStream and produce a SPARQLResult. |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitread, readpublic static final ResultSetReaderFactory factory
public SPARQLResult readAny(InputStream in, Context context)
ResultSetReaderInputStream and produce a SPARQLResult.
Note that return result may stream and so the input stream may be read
while the ResultSet is used.
See ResultSetReader.read(InputStream, Context) for more detailsreadAny in interface ResultSetReaderin - InputStream to read from.Licenced under the Apache License, Version 2.0