FileDocCategorySizeDatePackage
IUserInput.javaAPI DocGlassfish v2 API2604Fri May 04 22:25:20 BST 2007com.sun.enterprise.cli.framework

IUserInput

public interface IUserInput
interface class of InputStream object for UserInputImpl

Fields Summary
Constructors Summary
Methods Summary
public voidclose()
Closes the underlying input stream.

public intgetChar()
Returns a Character representation of users response.

public java.lang.StringgetLine()
Returns a String representation of users response.

public voidsetEncoding(java.lang.String sEncoding)
Set character encoding in user input stream