public interface Upload
Modifier and Type | Method and Description |
---|---|
String |
getFilename()
Retrieves the filename.
|
String |
getId()
Retrieves the upload id.
|
InputStream |
getInputStream()
Retrieves the input stream.
|
long |
getLength()
Retrieves the data length.
|
String |
getMimeType()
Retrieves the mime type.
|
Date |
getUploadedDate()
Retrieves the uploaded date.
|
Date getUploadedDate()
String getFilename()
String getMimeType()
long getLength()
InputStream getInputStream()
Each call will return a new InputStream
.