Package io.jmix.ui.component
Interface StreamResource
- All Superinterfaces:
Resource
,ResourceView.HasMimeType
,ResourceView.HasStreamSettings
- All Known Implementing Classes:
StreamResourceImpl
public interface StreamResource
extends Resource, ResourceView.HasMimeType, ResourceView.HasStreamSettings
A resource provided as an
InputStream
.- See Also:
-
Method Summary
Methods inherited from interface io.jmix.ui.component.ResourceView.HasMimeType
getMimeType, setMimeType
Methods inherited from interface io.jmix.ui.component.ResourceView.HasStreamSettings
getBufferSize, getCacheTime, getFileName, setBufferSize, setCacheTime, setFileName
-
Method Details
-
setStreamSupplier
-
getStreamSupplier
Supplier<InputStream> getStreamSupplier()
-