|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Input
for reading basic input types
Constructor Summary | |
Input()
|
Method Summary | |
static boolean |
readBoolean()
for reading boolean |
static char |
readChar()
for reading char |
static double |
readDouble()
for reading double |
static float |
readFloat()
for reading float |
static int |
readInt()
for reading int |
static long |
readLong()
for reading long |
static short |
readShort()
for reading short |
static java.lang.String |
readString()
for reading String |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Input()
Method Detail |
public static short readShort()
public static int readInt()
public static long readLong()
public static float readFloat()
public static double readDouble()
public static char readChar()
public static boolean readBoolean()
public static java.lang.String readString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |