|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PromptInput
Implementations of this class will need to obtain input from the user and return that input as a String.
| Method Summary | |
|---|---|
String |
readLine()
Read a line of input, allowing the user to see what is being typed. |
String |
readLineNoEcho()
Read a line of input, but do not echo back to the user what is being typed. |
| Method Detail |
|---|
String readLine()
throws IOException
IOException
String readLineNoEcho()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||