公告板
版本库
filestore
活动
搜索
登录
Demo
/
demo_pdf_ai
pdf自动识别
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
dev 数据清洗
P15GEN2\59518
2025-10-18
56638c01bb2cc61a92f5e03c9a1001be5b5d3699
[Demo/demo_pdf_ai.git]
/
foundation.workflow
/
src
/
foundation
/
dao
/
IFileWriter.java
1
2
3
4
5
6
7
8
9
10
11
12
13
package foundation.dao;
import foundation.json.JSONBuilder;
public interface IFileWriter {
void write(JSONBuilder content) throws Exception;
void delete();
void rename();
}