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
FileOutputStream with a reference to the output file.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.io.FileOutputStream
close, getChannel, getFD, write, write, write
Methods inherited from class java.io.OutputStream
flush, nullOutputStream
-
Constructor Details
-
UploadOutputStream
- Parameters:
file
- File to write.- Throws:
FileNotFoundException
- seeFileOutputStream(File)
- See Also:
-
-
Method Details
-
getFile
- Returns:
- File written by this output stream.
-