|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Stdin
Field Summary | |
private static java.io.BufferedReader |
in
User input stream |
Constructor Summary | |
Stdin()
|
Method Summary | |
static int |
getInt()
Reads and returns an integer from the terminal. |
static java.lang.String |
getText()
Reads and returns a line of text from the terminal. |
Methods inherited from class java.lang.Object |
|
Field Detail |
private static java.io.BufferedReader in
Constructor Detail |
public Stdin()
Method Detail |
public static java.lang.String getText()
public static int getInt()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |