| Modifier and Type | Field and Description |
|---|---|
String |
contentType |
String |
fileName |
String |
name |
| Constructor and Description |
|---|
SimpleFileItem(String name,
String contentType,
String fileName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType() |
String |
getFieldName() |
Map<String,String> |
getHeaders() |
InputStream |
getInputStream() |
String |
getName() |
OutputStream |
getOutputStream() |
long |
getSize() |
public final String name
public final String contentType
public final String fileName
public String getContentType()
getContentType in interface FileItempublic String getFieldName()
getFieldName in interface FileItempublic InputStream getInputStream()
getInputStream in interface FileItempublic OutputStream getOutputStream()
getOutputStream in interface FileItempublic Map<String,String> getHeaders()
getHeaders in interface FileItemCopyright © 2021 McEvoy Software Ltd. All rights reserved.