org.apache.myfaces.custom.fileupload
public class UploadedFileDefaultMemoryImpl extends UploadedFileDefaultImplBase
Version: $Revision: 225368 $ $Date: 2005-07-26 20:14:51 +0200 (Tue, 26 Jul 2005) $
| Constructor Summary | |
|---|---|
| UploadedFileDefaultMemoryImpl(FileItem fileItem) | |
| Method Summary | |
|---|---|
| byte[] | getBytes()
Answer the uploaded file contents.
|
| InputStream | getInputStream()
Answer the uploaded file contents input stream
|
| long | getSize()
Answer the size of this file. |
Returns: file contents
Returns: InputStream
Throws: IOException
Returns: long