public class LineCursor extends Object
| Constructor and Description |
|---|
LineCursor(Reader r) |
| Modifier and Type | Method and Description |
|---|---|
String |
get()
The the line currently loaded in the cursor.
|
String |
getNext() |
String |
read()
Read the current line and move to the next.
|
public LineCursor(Reader r)
public String get()
public String getNext()
public String read()
Copyright © 2015. All rights reserved.