|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.cardon.utils.Keyboard
public class Keyboard
Reads data from the standard input stream.
Constructor Summary | |
---|---|
Keyboard()
|
Method Summary | |
---|---|
static java.lang.String |
input()
Reads a line from the standard input. |
static java.lang.String |
input(java.lang.String question)
Prints the question on the standard output and read a line from the standard input. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Keyboard()
Method Detail |
---|
public static java.lang.String input(java.lang.String question) throws java.io.IOException
java.io.IOException
public static java.lang.String input() throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |