public interface ColumnReader extends TableReader
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getColumnCells()
Gets the current column cell values
|
Object[] |
getColumnCellsAsArray()
Gets the current column cell values as an array
|
getCell, getCellAsBoolean, getCellAsDouble, getCellAsInt, getCellAsString, hasNextColumn, hasNextRow, nextColumn, nextRow, readCells, readCellsAsArray, setAllConversionTypesList<Object> getColumnCells() throws IOException
IOException - if the data source can not be readObject[] getColumnCellsAsArray() throws IOException
IOException - if the data source can not be readCopyright © 2016. All rights reserved.