public interface FileItem
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
String |
getContentType() |
String |
getEncodedString() |
String |
getFieldName() |
String |
getFileName() |
String |
getFileNameExtension() |
String |
getFullFileName() |
InputStream |
getInputStream() |
long |
getSize() |
int |
getSizeThreshold() |
File |
getStoreLocation() |
String |
getString() |
boolean |
isFormField() |
boolean |
isInMemory() |
void |
setString(String encode) |
void delete()
String getContentType()
String getEncodedString()
String getFieldName()
String getFileName()
String getFileNameExtension()
String getFullFileName()
InputStream getInputStream() throws IOException
IOExceptionlong getSize()
int getSizeThreshold()
File getStoreLocation()
String getString()
boolean isFormField()
boolean isInMemory()
void setString(String encode)