static boolean isEmpty() true if no more values, false otherwise
static int readInt() read a value of type int
static double readDouble() read a value of type double
static float readFloat() read a value of type fl oat
static long readLong() read a value of type long
static boolean readBoolean() read a value of type boolean
static char readChar() read a value of type char
static byte readByte() read a value of type byte
static String readString() read a value of type String
static boolean hasNextLine() is there another line in the input stream?
static String readLine() read the rest of the line
static String readAll() read the rest of the input stream