public interface RowReader extends TableReader
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getRowCells()
Gets the current remaining unread row cell values
|
Object[] |
getRowCellsAsArray()
Gets the current remaining unread row cell values as an array
|
List<Boolean> |
getRowCellsAsBoolean()
Gets the current remaining unread row cell values
|
boolean[] |
getRowCellsAsBooleanArray()
Gets the current remaining unread row cell values as an array
|
List<Double> |
getRowCellsAsDouble()
Gets the current remaining unread row cell values
|
double[] |
getRowCellsAsDoubleArray()
Gets the current remaining unread row cell values as an array
|
List<Integer> |
getRowCellsAsInt()
Gets the current remaining unread row cell values
|
int[] |
getRowCellsAsIntArray()
Gets the current remaining unread row cell values as an array
|
List<String> |
getRowCellsAsString()
Gets the current remaining unread row cell values
|
String[] |
getRowCellsAsStringArray()
Gets the current remaining unread row cell values as an array
|
getCell, getCellAsBoolean, getCellAsDouble, getCellAsInt, getCellAsString, hasNextColumn, hasNextRow, nextColumn, nextRow, readCells, readCellsAsArray, setAllConversionTypesList<Object> getRowCells() throws IOException
IOException - if the data source can not be readList<String> getRowCellsAsString() throws IOException
IOException - if the data source can not be readList<Integer> getRowCellsAsInt() throws IOException
IOException - if the data source can not be readList<Double> getRowCellsAsDouble() throws IOException
IOException - if the data source can not be readList<Boolean> getRowCellsAsBoolean() throws IOException
IOException - if the data source can not be readObject[] getRowCellsAsArray() throws IOException
IOException - if the data source can not be readString[] getRowCellsAsStringArray() throws IOException
IOException - if the data source can not be readint[] getRowCellsAsIntArray()
throws IOException
IOException - if the data source can not be readdouble[] getRowCellsAsDoubleArray()
throws IOException
IOException - if the data source can not be readboolean[] getRowCellsAsBooleanArray()
throws IOException
IOException - if the data source can not be readCopyright © 2016. All rights reserved.