mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-04 04:07:42 +08:00
PL-8338 Client-tier bean for working with FileStorage using streams
This commit is contained in:
parent
c32e097b2a
commit
354b1af729
@ -26,7 +26,7 @@ import java.util.function.Supplier;
|
|||||||
* Interface to store and load files defined by {@link FileDescriptor}s. Can be used on both middle and client tiers.
|
* Interface to store and load files defined by {@link FileDescriptor}s. Can be used on both middle and client tiers.
|
||||||
*/
|
*/
|
||||||
public interface FileLoader {
|
public interface FileLoader {
|
||||||
String NAME = "cuba_FileManager";
|
String NAME = "cuba_FileLoader";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Save an InputStream contents into file storage on middleware.
|
* Save an InputStream contents into file storage on middleware.
|
||||||
|
Loading…
Reference in New Issue
Block a user