|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.fileupload.disk.DiskFileItem
com.silverpeas.servlets.upload.MonitoredFileItem
public class MonitoredFileItem
Field Summary |
---|
Fields inherited from class org.apache.commons.fileupload.disk.DiskFileItem |
---|
DEFAULT_CHARSET |
Constructor Summary | |
---|---|
MonitoredFileItem(OutputStreamListener listener,
String fieldName,
String contentType,
boolean isFormField,
String fileName,
int sizeThreshold,
File repository)
|
Method Summary | |
---|---|
OutputStream |
getOutputStream()
|
Methods inherited from class org.apache.commons.fileupload.disk.DiskFileItem |
---|
delete, finalize, get, getCharSet, getContentType, getFieldName, getHeaders, getInputStream, getName, getSize, getStoreLocation, getString, getString, getTempFile, isFormField, isInMemory, setFieldName, setFormField, setHeaders, toString, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MonitoredFileItem(OutputStreamListener listener, String fieldName, String contentType, boolean isFormField, String fileName, int sizeThreshold, File repository)
Method Detail |
---|
public OutputStream getOutputStream() throws IOException
getOutputStream
in interface org.apache.commons.fileupload.FileItem
getOutputStream
in class org.apache.commons.fileupload.disk.DiskFileItem
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |