InputStream:

Constructor Summary

InputStream()
          Constructs the InputStream object attaching it to the correct IO (console, file, etc.)

 

Method Summary

 String

getString()
          retrieves a one word string from the input stream (will stop at first whitespace, does not retrieve whitespace.

 double

getDouble()
          Retrieves a double from the input stream

 int

getInt()
          Retrieves an integer from the input stream

 String

getLine()
          Retrieves all values in input stream until the first end of line character

boolean

endOfLine()

          Returns true if there is no more data in the input stream, or if the end of file character has been reached.

  Other public and private data members not shown