PL-8338 Client-tier bean for working with FileStorage using streams

This commit is contained in:
Yuriy Artamonov 2017-04-06 11:39:14 +04:00
parent c32e097b2a
commit 354b1af729

View File

@ -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.