Class StreamDownloader

java.lang.Object
com.storedobject.vaadin.StreamDownloader
All Implemented Interfaces:
com.vaadin.flow.server.streams.InputStreamDownloadCallback, Serializable

public class StreamDownloader extends Object implements com.vaadin.flow.server.streams.InputStreamDownloadCallback
A utility class for downloading content via an InputStream. The class provides functionality to specify the content type, file name, and source of the stream data, and it implements a callback mechanism to handle download completion events.
Author:
Syam
See Also: