public interface IUeditorFileManager
| 限定符和类型 | 方法和说明 |
|---|---|
State |
list(ActionConfig conf,
int start)
文件列表
|
State |
saveFile(byte[] data,
String rootPath,
String savePath)
保存二进制文件
|
State |
saveFile(InputStream is,
String rootPath,
String savePath)
保存流文件
|
State |
saveFile(InputStream is,
String rootPath,
String savePath,
long maxSize)
保存流文件
|
State list(ActionConfig conf, int start)
conf - 配置start - 开始State saveFile(byte[] data, String rootPath, String savePath)
data - 图片二进制信息rootPath - 跟路径savePath - 保存路径State saveFile(InputStream is, String rootPath, String savePath, long maxSize)
is - 流rootPath - 跟路径savePath - 保存路径maxSize - 文件最大字节State saveFile(InputStream is, String rootPath, String savePath)
is - 流rootPath - 跟路径savePath - 保存路径Copyright © 2018. All rights reserved.