|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UploadedFile
Represents an uploaded file.
Upload
Method Summary | |
---|---|
String |
getContentType()
|
String |
getFileName()
|
String |
getFilePath()
|
long |
getSize()
|
InputStream |
getStream()
|
boolean |
isInMemory()
|
void |
write(File file)
Writes the content of the file to a known location. |
Method Detail |
---|
String getContentType()
String getFileName()
String getFilePath()
long getSize()
InputStream getStream()
boolean isInMemory()
void write(File file)
file
- Location to write file to
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |