|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A request file parameter.
| Method Summary | |
java.lang.String |
getName()
Returns the base file name including the extension. |
java.lang.String |
getPath()
Returns the full file name including path and extension. |
long |
getSize()
Returns the file size. |
java.io.File |
write()
Writes this file to a temporary file in the upload directory. |
void |
write(java.io.File dest)
Writes this file to the specified destination file. |
| Method Detail |
public java.lang.String getName()
public java.lang.String getPath()
public long getSize()
public java.io.File write()
throws java.io.IOException
java.io.IOException - if the file parameter couldn't be
written
public void write(java.io.File dest)
throws java.io.IOException
dest - the destination file
java.io.IOException - if the file parameter couldn't be
written to the specified file
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||