Class UploadOutputStream

java.lang.Object
java.io.OutputStream
java.io.FileOutputStream
com.vaadin.flow.component.upload.receivers.UploadOutputStream
All Implemented Interfaces:
Closeable, Flushable, Serializable, AutoCloseable

@Deprecated(since="24.8", forRemoval=true) public class UploadOutputStream extends FileOutputStream implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
FileOutputStream with a reference to the output file.
See Also:
  • Constructor Details

  • Method Details

    • getFile

      public File getFile()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns:
      File written by this output stream.