org.apache.myfaces.custom.fileupload
public abstract class UploadedFileDefaultImplBase extends Object implements UploadedFile
Version: $Revision: 209487 $ $Date: 2005-07-06 19:49:15 +0200 (Wed, 06 Jul 2005) $
| Constructor Summary | |
|---|---|
| protected | UploadedFileDefaultImplBase(String name, String contentType) |
| Method Summary | |
|---|---|
| abstract byte[] | getBytes()
Answer the uploaded file contents.
|
| String | getContentType() |
| abstract InputStream | getInputStream()
Answer the uploaded file contents input stream
|
| String | getName() |
| abstract 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