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
    Created by IntelliJ IDEA.
    Version:
    1.0 - Rev. $Revision: 1.1 $
    Author:
    Original : plosson on 05-janv.-2006 10:46:33 - Last modified by $Author: plosson $ on $Date: 2006/01/05 10:09:38 $
    • 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