public interface LineReader
| Modifier and Type | Method and Description |
|---|---|
String |
readLine(String prompt)
Reads a line, outputting an optional prompt first.
|
String readLine(String prompt) throws IOException
IOExceptionCopyright © 2017. All rights reserved.