资源相关接口

更新时间: 2024/08/12 14:47:11

资源相关业务逻辑接口。

ResourceRepo

ResourceRepo 类提供资源相关业务逻辑接口。

方法列表

接口 接口原型 接口描述
downloadFile downloadFile(url: String, path: String, callBack: ProgressFetchCallback<String>?) 下载文件。
uploadFile uploadFile(file: File, callBack: FetchCallback<String>?) 上传文件到网易对象存储 NOS。
writeFile writeFile(file: File, content: String, callBack: FetchCallback<String>?) 写文件。
writeLocalFileAndUploadNOS writeLocalFileAndUploadNOS(file: File,content: String,callBack: FetchCallback<String>?) 写文件并上传到网易对象存储 NOS。
此文档是否对你有帮助?
有帮助
去反馈
  • ResourceRepo 类
  • 方法列表