|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileParameter
Uploaded field
Method Summary | |
---|---|
byte[] |
getBytes()
Get the file contents as a byte array |
java.lang.String |
getContentType()
Get the file content-type. |
java.lang.String |
getFilename()
Get the uploaded filename. |
long |
getFileSize()
Get the file size, -1 if unknown |
java.io.InputStream |
getStream()
Get the file contents as an input stream. |
Method Detail |
---|
java.lang.String getFilename()
java.lang.String getContentType()
long getFileSize()
java.io.InputStream getStream() throws java.io.IOException
java.io.IOException
byte[] getBytes()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |