@Vetoed public class DefaultUploadedFile extends Object implements UploadedFile
UploadedFile.| Constructor and Description |
|---|
DefaultUploadedFile(InputStream content,
String fileName,
String contentType,
long size) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType() |
InputStream |
getFile() |
String |
getFileName() |
long |
getSize() |
String |
toString() |
public DefaultUploadedFile(InputStream content, String fileName, String contentType, long size)
public String getContentType()
getContentType in interface UploadedFilepublic InputStream getFile()
getFile in interface UploadedFilepublic String getFileName()
getFileName in interface UploadedFilepublic long getSize()
getSize in interface UploadedFileCopyright © 2014 Caelum. All rights reserved.