com.vaadin.flow.component.upload.receivers.

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

public class UploadOutputStream extends FileOutputStream implements Serializable

FileOutputStream with a reference to the output file.

See Also: