Input Class
Used to represent a single html form input.
Constructors
public Input( String name, String value )
public Input( String name, javaxt.io.File file )
Methods
getName( ) returns String
getSize( ) returns long
Returns the size of the value.
getValue( ) returns Object
isFile( ) returns boolean
toByteArray( ) returns byte[]
toString( ) returns String