java.lang.Object
org.apache.jena.riot.rowset.rw.RowSetReaderTSV
- All Implemented Interfaces:
RowSetReader
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Reads SPARQL Boolean result from TSVread
(InputStream in, Context context) Read from anInputStream
and produce aRowSet
.readAny
(InputStream in, Context context) Read from anInputStream
and produce aQueryExecResult
.static RowSet
Reads SPARQL Results from TSV format into aRowSet
instanceMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.jena.riot.rowset.RowSetReader
read
-
Field Details
-
factory
-
-
Method Details
-
readAny
Description copied from interface:RowSetReader
Read from anInputStream
and produce aQueryExecResult
. Note that return result may stream and so the input stream may be read while theRowSet
is used. SeeRowSetReader.read(InputStream, Context)
for more details- Specified by:
readAny
in interfaceRowSetReader
- Parameters:
in
- InputStream to read from.- Returns:
- QueryExecResult
-
read
Description copied from interface:RowSetReader
Read from anInputStream
and produce aRowSet
. Note that return row set may stream and so the input stream may be read while theRowSet
is used. SeeRowSet.materialize()
for a RowSet that is detached from theInputStream
.- Specified by:
read
in interfaceRowSetReader
- Parameters:
in
- InputStream to read from.- Returns:
- RowSet
-
resultSetFromTSV
Reads SPARQL Results from TSV format into aRowSet
instance- Parameters:
in
- Input Stream
-
booleanFromTSV
Reads SPARQL Boolean result from TSV- Parameters:
in
- Input Stream- Returns:
- boolean
-