Directory

← Back

FluentFileDownloader

Provides the simplest way for Resources downloading

Author

Rating

This FileDownloader provides more useful functionality for Resources downloading. There is no necessity in manual FileDownloader creation and configuration.

Sample code

File tempFile = null;
try {
	tempFile = File.createTempFile("temp", ".txt");
} catch (IOException e) {
	e.printStackTrace();
}
FileResource fileResource = new FileResource(tempFile);

// The only thing you need to do is to call the static method..
FluentFileDownloader.download(fileResource);

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Add 8.4.0 Vaadin version support

Released
2018-05-02
Maturity
STABLE
License
Apache License 2.0

Compatibility

Framework
Browser
N/A
Online