java.lang.Object
org.apache.jena.sparql.resultset.ResultsWriter
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ResultsWriter.Builder
create()
Create aResultsWriter.Builder
.void
write
(OutputStream output, boolean booleanResult) Write a boolean result, using the configuration of theResultWriter
, to anOutputStream
.void
write
(OutputStream output, ResultSet resultSet) Write a result set, using the configuration of theResultWriter
, to anOutputStream
.void
write
(OutputStream output, RowSet rowSet) Write a result set, using the configuration of theResultWriter
, to anOutputStream
.void
Write a boolean result, using the configuration of theResultWriter
, to a filevoid
Write a result set, using the configuration of theResultsWriter
, to a filevoid
Write a result set, using the configuration of theResultsWriter
, to a file
-
Method Details
-
create
Create aResultsWriter.Builder
. -
write
Write a result set, using the configuration of theResultsWriter
, to a file -
write
Write a result set, using the configuration of theResultsWriter
, to a file -
write
Write a result set, using the configuration of theResultWriter
, to anOutputStream
. -
write
Write a result set, using the configuration of theResultWriter
, to anOutputStream
. -
write
Write a boolean result, using the configuration of theResultWriter
, to a file -
write
Write a boolean result, using the configuration of theResultWriter
, to anOutputStream
.
-