public interface IFileUp
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
createFolder(String subPath) |
File |
getFile(String filePath) |
String |
getFileStoreUrl() |
List<FileItem> |
list(String subPath) |
List<FileItem> |
list(String subPath,
boolean directory) |
boolean |
remove(String fileName) |
String |
upload(BufferedImage file,
String subPath) |
String |
upload(BufferedImage file,
String subPath,
boolean uuidName) |
String |
upload(File file,
String subPath) |
String |
upload(File file,
String subPath,
boolean uuidName) |
boolean createFolder(String subPath)
String upload(BufferedImage file, String subPath)
String upload(BufferedImage file, String subPath, boolean uuidName)
boolean remove(String fileName)
String getFileStoreUrl()
Copyright © 2020. All rights reserved.