org.apache.myfaces.custom.fileupload
Interface UploadedFile
- Serializable
- UploadedFileDefaultFileImpl, UploadedFileDefaultImplBase, UploadedFileDefaultMemoryImpl
public interface UploadedFile
extends Serializable
$Revision: 209487 $ $Date: 2005-07-06 19:49:15 +0200 (Wed, 06 Jul 2005) $- Manfred Geiler (latest modification by $Author: grantsmith $)
getBytes
public byte[] getBytes()
throws IOException
Answer the uploaded file contents.
getContentType
public String getContentType()
- Returns the _contentType.
getInputStream
public InputStream getInputStream()
throws IOException
Answer the uploaded file contents input stream
getName
public String getName()
getSize
public long getSize()
Answer the size of this file.