public class ProgressMonitorFileItem
extends org.apache.commons.fileupload.disk.DiskFileItem
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
REVISION |
| Constructor and Description |
|---|
ProgressMonitorFileItem(java.lang.String fieldName,
java.lang.String contentType,
boolean isFormField,
java.lang.String fileName,
int sizeThreshold,
java.io.File repository,
ProgressMonitorStatus status) |
| Modifier and Type | Method and Description |
|---|---|
java.io.OutputStream |
getOutputStream() |
void |
setObserver(ProgressObserver observer) |
delete, finalize, get, getCharSet, getContentType, getFieldName, getHeaders, getInputStream, getName, getSize, getStoreLocation, getString, getString, getTempFile, isFormField, isInMemory, setFieldName, setFormField, setHeaders, toString, writepublic static final java.lang.String REVISION
public ProgressMonitorFileItem(java.lang.String fieldName,
java.lang.String contentType,
boolean isFormField,
java.lang.String fileName,
int sizeThreshold,
java.io.File repository,
ProgressMonitorStatus status)
public void setObserver(ProgressObserver observer)
public java.io.OutputStream getOutputStream()
throws java.io.IOException
getOutputStream in interface org.apache.commons.fileupload.FileItemgetOutputStream in class org.apache.commons.fileupload.disk.DiskFileItemjava.io.IOExceptionCopyright © 2001-2017 Jalios SA. All Rights Reserved.