Methods Summary |
---|
public void | close()Closes the underlying input stream.
|
public int | getChar()Returns a Character representation of users response.
|
public java.lang.String | getLine()Returns a String representation of users response.
|
public void | setEncoding(java.lang.String sEncoding)Set character encoding in user input stream
|