Class FileUpload


  • public class FileUpload
    extends AbstractDto
    Base class for handling RESTEasy file uploads.
    • Constructor Summary

      Constructors 
      Constructor Description
      FileUpload()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.File getFileData()  
      void setFileData​(java.io.File fileData)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FileUpload

        public FileUpload()
    • Method Detail

      • getFileData

        public java.io.File getFileData()
        Returns:
        The InputStream to read the uploaded file from.
      • setFileData

        public void setFileData​(java.io.File fileData)
        Parameters:
        fileData - The InputStream to read the uploaded file from.