|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface UploadedFile
| Method Summary | |
|---|---|
byte[] |
getBytes()
Answer the uploaded file contents. |
java.lang.String |
getContentType()
|
java.io.InputStream |
getInputStream()
Answer the uploaded file contents input stream |
java.lang.String |
getName()
|
long |
getSize()
Answer the size of this file. |
| Method Detail |
|---|
byte[] getBytes()
throws java.io.IOException
java.io.IOException
java.io.InputStream getInputStream()
throws java.io.IOException
java.io.IOExceptionjava.lang.String getContentType()
java.lang.String getName()
long getSize()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||