|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--EasyReader
Provides utility methods to read data from System.in
| Method Summary | |
static byte |
readByte()
Reads a byte integer from standard input. |
static char |
readChar()
Reads a character from standard input. |
static double |
readDouble()
Reads a double number from standard input. |
static float |
readFloat()
Reads a float number from standard input. |
static int |
readInt()
Reads an integer from standard input. |
static java.lang.String |
readLine()
Reads a line of characters from standard input. |
static long |
readLong()
Reads a long integer from standard input. |
static short |
readShort()
Reads a short integer from standard input. |
static java.lang.String |
readWord()
Reads a word of characters from standard input. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static java.lang.String readLine()
public static java.lang.String readWord()
public static byte readByte()
public static short readShort()
public static int readInt()
public static long readLong()
public static double readDouble()
public static float readFloat()
public static char readChar()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||