Class Keyboard

java.lang.Object
  |
  +--Keyboard

public class Keyboard
extends java.lang.Object


Constructor Summary
Keyboard()
           
 
Method Summary
static boolean endOfLine()
           
static int getErrorCount()
           
static boolean getPrintErrors()
           
static boolean readBoolean()
           
static char readChar()
           
static double readDouble()
           
static float readFloat()
           
static int readInt()
           
static long readLong()
           
static java.lang.String readString()
           
static java.lang.String readWord()
           
static void resetErrorCount(int count)
           
static void setPrintErrors(boolean flag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Keyboard

public Keyboard()
Method Detail

getErrorCount

public static int getErrorCount()

resetErrorCount

public static void resetErrorCount(int count)

getPrintErrors

public static boolean getPrintErrors()

setPrintErrors

public static void setPrintErrors(boolean flag)

endOfLine

public static boolean endOfLine()

readString

public static java.lang.String readString()

readWord

public static java.lang.String readWord()

readBoolean

public static boolean readBoolean()

readChar

public static char readChar()

readInt

public static int readInt()

readLong

public static long readLong()

readFloat

public static float readFloat()

readDouble

public static double readDouble()