Constructor and Description |
---|
MemoryUpload(org.apache.commons.fileupload.FileItem fileItem) |
Modifier and Type | Method and Description |
---|---|
byte[] |
asBytes() |
java.io.File |
asFile() |
java.io.InputStream |
asStream() |
java.lang.String |
getContentType() |
java.lang.String |
getFieldName() |
java.lang.String |
getFileName() |
java.lang.Long |
getSize() |
boolean |
isInMemory() |
public MemoryUpload(org.apache.commons.fileupload.FileItem fileItem)
public java.lang.String getContentType()
getContentType
in interface Upload
public java.lang.String getFileName()
getFileName
in interface Upload
public java.lang.String getFieldName()
getFieldName
in interface Upload
public boolean isInMemory()
isInMemory
in interface Upload
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly