java.lang.Object
org.apache.jena.riot.rowset.rw.RowSetWriterThrift
- All Implemented Interfaces:
 RowSetWriter
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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
- 
RowSetWriterThrift
public RowSetWriterThrift() 
 - 
 - 
Method Details
- 
write
Description copied from interface:RowSetWriterWrite the ResultSet to the OutputStream- Specified by:
 writein interfaceRowSetWriter
 - 
write
Description copied from interface:RowSetWriterUsingRowSetWriter.write(OutputStream, RowSet, Context)is preferred. Write the ResultSet to the Writer- Specified by:
 writein interfaceRowSetWriter
 - 
write
Description copied from interface:RowSetWriterWrite a boolean result to the output stream- Specified by:
 writein interfaceRowSetWriter
 
 -