|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.fileupload.disk.DiskFileItem
skoinfo.rfc.board.upload.MonitoredDiskFileItem
public class MonitoredDiskFileItem
Created by IntelliJ IDEA.
Field 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, get, getCharSet, getContentType, getFieldName, getHeaders, getInputStream, getName, getSize, getStoreLocation, getString, getString, isFormField, isInMemory, setFieldName, setFormField, setHeaders, toString, write |
Methods inherited from class java.lang.Object |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |