Interface IndexedTable.Reader
- All Superinterfaces:
AutoCloseable,Closeable
- Enclosing interface:
IndexedTable
Readers support reading values out of any column.
-
Method Summary
-
Method Details
-
read
Read the value at a particular row number. Throws an exception if the row is out of bounds (must be between zero andIndexedTable.numRows()). -
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-