Input Class

Used to represent a single html form input.

Constructors

Input( String name, String value )
Input( String name, javaxt.io.File file )

Public Methods

getName( ) returns String
getValue( ) returns Object
toString( ) returns String
toByteArray( ) returns byte[]
getSize( ) returns long
Returns the size of the value.
isFile( ) returns boolean