public interface OssOperateAPI
| 限定符和类型 | 方法和说明 |
|---|---|
void |
downloadFile(javax.servlet.http.HttpServletResponse response,
FileIndex index)
文件下载
|
boolean |
removeFile(FileIndex index)
删除文件 - oss中的文件/storage中的记录
|
FileIndex |
uploadFile(UploadFile upload,
FileStorage storage)
上传文件
|
FileIndex uploadFile(UploadFile upload, FileStorage storage) throws IOException
IOException - exceptionboolean removeFile(FileIndex index)
void downloadFile(javax.servlet.http.HttpServletResponse response,
FileIndex index)
Copyright © 2024 tan. All rights reserved.