|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--ioutil.LineSource
|
+--ioutil.InteractiveLineSource
An InteractiveLineSource dispenses LineScanners for lines read from the terminal.
| Method Summary | |
LineScanner |
current()
src.current() returns the line at the current position of src. |
| Methods inherited from class ioutil.LineSource |
advance,
getFileName,
getIncludedFrom,
getLineNumber,
more,
setEchoOff,
setEchoOn,
setIncludedFrom |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Method Detail |
public LineScanner current()
throws java.io.IOException,
java.lang.IllegalArgumentException
Precondition: src.more() is true.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||