public class LineCursor extends Object
| Constructor and Description |
|---|
LineCursor(Reader r) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrent()
The the line currently loaded in the cursor.
|
String |
getNext() |
CursorStatus |
getStatus() |
boolean |
next()
Move to the next line and return true if cursor is not at eof.
|
public LineCursor(Reader r)
public CursorStatus getStatus()
public String getCurrent()
public boolean next()
public String getNext()
Copyright © 2014. All rights reserved.