Package play.data
Interface Upload
- All Known Implementing Classes:
FileUpload,MemoryUpload
public interface Upload
-
Method Details
-
asBytes
byte[] asBytes() -
asStream
InputStream asStream() -
getContentType
String getContentType() -
getFileName
String getFileName() -
getFieldName
String getFieldName() -
getSize
long getSize() -
asFile
File asFile()
-