public class NormalizeFileItem extends Object implements org.apache.commons.fileupload.FileItem
| Constructor and Description |
|---|
NormalizeFileItem(org.apache.commons.fileupload.FileItem item)
Instantiates a new normalize file item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
byte[] |
get() |
String |
getContentType() |
String |
getFieldName() |
InputStream |
getInputStream() |
String |
getName() |
OutputStream |
getOutputStream() |
long |
getSize() |
String |
getString() |
String |
getString(String encoding) |
boolean |
isFormField() |
boolean |
isInMemory() |
void |
setFieldName(String name) |
void |
setFormField(boolean state) |
void |
write(File file) |
public NormalizeFileItem(org.apache.commons.fileupload.FileItem item)
item - the itempublic void delete()
delete in interface org.apache.commons.fileupload.FileItempublic byte[] get()
get in interface org.apache.commons.fileupload.FileItempublic String getContentType()
getContentType in interface org.apache.commons.fileupload.FileItempublic String getFieldName()
getFieldName in interface org.apache.commons.fileupload.FileItempublic InputStream getInputStream() throws IOException
getInputStream in interface org.apache.commons.fileupload.FileItemIOExceptionpublic String getName()
getName in interface org.apache.commons.fileupload.FileItempublic OutputStream getOutputStream() throws IOException
getOutputStream in interface org.apache.commons.fileupload.FileItemIOExceptionpublic long getSize()
getSize in interface org.apache.commons.fileupload.FileItempublic String getString()
getString in interface org.apache.commons.fileupload.FileItempublic String getString(String encoding) throws UnsupportedEncodingException
getString in interface org.apache.commons.fileupload.FileItemUnsupportedEncodingExceptionpublic boolean isFormField()
isFormField in interface org.apache.commons.fileupload.FileItempublic boolean isInMemory()
isInMemory in interface org.apache.commons.fileupload.FileItempublic void setFieldName(String name)
setFieldName in interface org.apache.commons.fileupload.FileItempublic void setFormField(boolean state)
setFormField in interface org.apache.commons.fileupload.FileItemCopyright © 2016 City of Paris. All rights reserved.