Class MultiPartInputStreamParser.MultiPart

    • Constructor Summary

      Constructors 
      Constructor Description
      MultiPart​(java.lang.String name, java.lang.String filename)  
    • Constructor Detail

      • MultiPart

        public MultiPart​(java.lang.String name,
                         java.lang.String filename)
                  throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getInputStream

        public java.io.InputStream getInputStream()
                                           throws java.io.IOException
        Specified by:
        getInputStream in interface Part
        Throws:
        java.io.IOException
        See Also:
        Part.getInputStream()
      • getBytes

        public byte[] getBytes()
      • write

        public void write​(java.lang.String fileName)
                   throws java.io.IOException
        Specified by:
        write in interface Part
        Throws:
        java.io.IOException
        See Also:
        Part.write(java.lang.String)
      • delete

        public void delete()
                    throws java.io.IOException
        Remove the file, whether or not Part.write() was called on it (ie no longer temporary)
        Specified by:
        delete in interface Part
        Throws:
        java.io.IOException
        See Also:
        Part.delete()
      • cleanUp

        public void cleanUp()
                     throws java.io.IOException
        Only remove tmp files.
        Throws:
        java.io.IOException - if unable to delete the file
      • getFile

        public java.io.File getFile()
        Get the file
        Returns:
        the file, if any, the data has been written to.
      • getContentDispositionFilename

        public java.lang.String getContentDispositionFilename()
        Get the filename from the content-disposition.
        Returns:
        null or the filename