org.apache.myfaces.custom.fileupload
public interface UploadedFile extends Serializable
Version: $Revision: 209487 $ $Date: 2005-07-06 19:49:15 +0200 (Wed, 06 Jul 2005) $
| Method Summary | |
|---|---|
| byte[] | getBytes()
Answer the uploaded file contents.
|
| String | getContentType() |
| InputStream | getInputStream()
Answer the uploaded file contents input stream
|
| String | getName() |
| long | getSize()
Answer the size of this file. |
Returns: file contents
Returns: Returns the _contentType.
Returns: InputStream
Throws: IOException
Returns: Returns the _name.
Returns: long