We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.upload.receivers.
Class AbstractFileBuffer
java.lang.Object
com.vaadin.flow.component.upload.receivers.AbstractFileBuffer
All Implemented Interfaces:
Direct Known Subclasses:
Abstract class for common file receiver buffers.
See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for creating a file buffer with the default temporary file factory.
AbstractFileBuffer
(FileFactory factory) Constructor taking in the file factory used to create upload
File
. -
Method Summary
Modifier and TypeMethodDescriptionprotected FileOutputStream
createFileOutputStream
(String fileName) Create a file output stream for the file.
protected Logger
-
Constructor Details
-
AbstractFileBuffer
public AbstractFileBuffer()Constructor for creating a file buffer with the default temporary file factory.
-
AbstractFileBuffer
Constructor taking in the file factory used to create upload
File
.Parameters:
factory
- file factory for file buffer
-
-
Method Details
-
createFileOutputStream
Create a file output stream for the file.
Parameters:
fileName
- the name of the fileReturns:
the file output stream
-
getLogger
-