Interface RowWriter<T>
- All Superinterfaces:
AutoCloseable
A
RowWriter writes a set of elements (a row) to an external
destination.-
Method Summary
Methods inherited from interface AutoCloseable
close
-
Method Details
-
writeNext
Writes the next element.- Parameters:
aData- The data to be written- Throws:
IOException- thrown in case there was an I/O related problem.
-