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, write
public 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.FileItem
getOutputStream
in class org.apache.commons.fileupload.disk.DiskFileItem
java.io.IOException
Copyright © 2001-2010 Jalios SA. All Rights Reserved.