java.lang.Object
org.apache.jena.riot.rowset.rw.RowSetWriterCSV
- All Implemented Interfaces:
RowSetWriter
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(OutputStream out, boolean result, Context context) Write a boolean result to the output streamvoid
write
(OutputStream out, RowSet resultSet, Context context) Write the ResultSet to the OutputStreamvoid
UsingRowSetWriter.write(OutputStream, RowSet, Context)
is preferred.
-
Field Details
-
factory
-
-
Method Details
-
write
Description copied from interface:RowSetWriter
Write the ResultSet to the OutputStream- Specified by:
write
in interfaceRowSetWriter
-
write
Description copied from interface:RowSetWriter
UsingRowSetWriter.write(OutputStream, RowSet, Context)
is preferred. Write the ResultSet to the Writer- Specified by:
write
in interfaceRowSetWriter
-
write
Description copied from interface:RowSetWriter
Write a boolean result to the output stream- Specified by:
write
in interfaceRowSetWriter
-