public interface RecordReaderShim
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes any resources associated with the underlying file.
|
long |
getRowNumber()
Returns the row number of the current row.
|
boolean |
hasNext()
Returns true if more records are available from the reader.
|
void |
processNext()
Processes the next available record.
|
boolean hasNext()
throws IOException
IOException - thrown if an I/O error occurs accessing the underlying filevoid processNext()
throws IOException
IOException - thrown if an I/O error occurs accessing the underlying filelong getRowNumber()
throws IOException
IOException - thrown if an I/O error occurs accessing the underlying filevoid close()
throws IOException
IOException - thrown if an I/O error occurs accessing the underlying fileCopyright © 2015 Actian Corporation. All Rights Reserved.