| Constructor and Description |
|---|
FileCursor(String filePath)
Create instance of FileCursor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getCurrentLine() |
Long |
getLineNumber()
First line number will be equals 1.
|
boolean |
hasNext() |
String |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic FileCursor(String filePath)
filePath - from system path.Copyright © 2020. All rights reserved.