public interface IStorageService
String write(String name, Consumer<OutputStream> osConsumer) throws Exception
name - osConsumer - ExceptionString write(String name, InputStream data) throws Exception
name - 文件名data - 数据流ExceptionInputStream read(String path) throws Exception
path - ExceptionCopyright © 2022. All rights reserved.