public static class TempAttachmentsProvider.TempThingFileItem extends Object implements org.apache.commons.fileupload.FileItem
Modifier and Type | Field and Description |
---|---|
protected IAttachmentItem |
attachmentItem |
Constructor and Description |
---|
TempAttachmentsProvider.TempThingFileItem(IAttachmentItem attachmentItem)
Constructor
|
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 characterEncoding) |
boolean |
isFormField() |
boolean |
isInMemory() |
void |
setFieldName(String arg0) |
void |
setFormField(boolean arg0) |
void |
write(File arg0) |
protected IAttachmentItem attachmentItem
public TempAttachmentsProvider.TempThingFileItem(IAttachmentItem attachmentItem)
attachmentItem
- the attachment itempublic void delete()
delete
in interface org.apache.commons.fileupload.FileItem
public byte[] get()
get
in interface org.apache.commons.fileupload.FileItem
public String getContentType()
getContentType
in interface org.apache.commons.fileupload.FileItem
public String getFieldName()
getFieldName
in interface org.apache.commons.fileupload.FileItem
public InputStream getInputStream() throws IOException
getInputStream
in interface org.apache.commons.fileupload.FileItem
IOException
public String getName()
getName
in interface org.apache.commons.fileupload.FileItem
public OutputStream getOutputStream() throws IOException
getOutputStream
in interface org.apache.commons.fileupload.FileItem
IOException
public long getSize()
getSize
in interface org.apache.commons.fileupload.FileItem
public String getString()
getString
in interface org.apache.commons.fileupload.FileItem
public String getString(String characterEncoding) throws UnsupportedEncodingException
getString
in interface org.apache.commons.fileupload.FileItem
UnsupportedEncodingException
public boolean isFormField()
isFormField
in interface org.apache.commons.fileupload.FileItem
public boolean isInMemory()
isInMemory
in interface org.apache.commons.fileupload.FileItem
public void setFieldName(String arg0)
setFieldName
in interface org.apache.commons.fileupload.FileItem
public void setFormField(boolean arg0)
setFormField
in interface org.apache.commons.fileupload.FileItem