Class MonitoredDiskFileItem

  • All Implemented Interfaces:
    org.apache.commons.fileupload.FileItem, org.apache.commons.fileupload.FileItemHeadersSupport

    public class MonitoredDiskFileItem
    extends org.apache.commons.fileupload.disk.DiskFileItem
    Commons FileItem that uses a MonitoredOutputStream
    Author:
    Original : plosson, pavlidis
    • Field Summary

      • Fields inherited from class org.apache.commons.fileupload.disk.DiskFileItem

        DEFAULT_CHARSET
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      OutputStream getOutputStream()  
      • Methods inherited from class org.apache.commons.fileupload.disk.DiskFileItem

        delete, finalize, get, getCharSet, getContentType, getDefaultCharset, getFieldName, getHeaders, getInputStream, getName, getSize, getStoreLocation, getString, getString, getTempFile, isFormField, isInMemory, setDefaultCharset, setFieldName, setFormField, setHeaders, toString, write
    • Constructor Detail

    • Method Detail

      • getOutputStream

        public OutputStream getOutputStream()
                                     throws IOException
        Specified by:
        getOutputStream in interface org.apache.commons.fileupload.FileItem
        Overrides:
        getOutputStream in class org.apache.commons.fileupload.disk.DiskFileItem
        Throws:
        IOException