Get the row number of the row that will be returned by the following call to next(). @return the row number from 0 to the number of rows in the file @throws java.io.IOException @since 1.1.0
()
| 48 | * @since 1.1.0 |
| 49 | */ |
| 50 | long getRowNumber() throws IOException; |
| 51 | |
| 52 | /** |
| 53 | * Get the progress of the reader through the rows. |
no outgoing calls