java.lang.Object
org.apache.jena.riot.rowset.rw.RowSetWriterThrift
- All Implemented Interfaces:
- RowSetWriter
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidwrite(OutputStream out, boolean result, Context context) Write a boolean result to the output streamvoidwrite(OutputStream out, RowSet rowSet, Context context) Write the ResultSet to the OutputStreamvoidUsingRowSetWriter.write(OutputStream, RowSet, Context)is preferred.
- 
Field Details- 
factory
 
- 
- 
Constructor Details- 
RowSetWriterThriftpublic RowSetWriterThrift()
 
- 
- 
Method Details- 
writeDescription copied from interface:RowSetWriterWrite the ResultSet to the OutputStream- Specified by:
- writein interface- RowSetWriter
 
- 
writeDescription copied from interface:RowSetWriterUsingRowSetWriter.write(OutputStream, RowSet, Context)is preferred. Write the ResultSet to the Writer- Specified by:
- writein interface- RowSetWriter
 
- 
writeDescription copied from interface:RowSetWriterWrite a boolean result to the output stream- Specified by:
- writein interface- RowSetWriter
 
 
-