|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
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.jivesoftware.base.action.multipart.MonitoredDiskFileItem
public class MonitoredDiskFileItem
An extension of the DiskFileItem
class which allows for monitoring of the upload
as it progresses.
MonitoredOutputStream
,
Serialized FormField Summary |
---|
Fields inherited from class org.apache.commons.fileupload.disk.DiskFileItem |
---|
DEFAULT_CHARSET |
Constructor Summary | |
---|---|
MonitoredDiskFileItem(java.lang.String fieldName,
java.lang.String contentType,
boolean isFormField,
java.lang.String fileName,
int sizeThreshold,
java.io.File repository,
OutputStreamListener listener)
|
Method Summary | |
---|---|
java.io.OutputStream |
getOutputStream()
|
Methods inherited from class org.apache.commons.fileupload.disk.DiskFileItem |
---|
delete, finalize, get, getCharSet, getContentType, getFieldName, getInputStream, getName, getSize, getStoreLocation, getString, getString, getTempFile, isFormField, isInMemory, setFieldName, setFormField, toString, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MonitoredDiskFileItem(java.lang.String fieldName, java.lang.String contentType, boolean isFormField, java.lang.String fileName, int sizeThreshold, java.io.File repository, OutputStreamListener listener)
Method Detail |
---|
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
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |