Method | Description | |
---|---|---|
ResumeRecorder ( string dir ) : System |
构建上传进度记录器
|
|
del ( string key ) : void |
删除上传进度记录
|
|
get ( string key ) : byte[] |
获取上传进度记录
|
|
set ( string key, byte data ) : void |
写入或更新上传进度记录
|
Method | Description | |
---|---|---|
createDirIfNotExist ( ) : void |
如果指定目录不存在,则创建
|
public ResumeRecorder ( string dir ) : System | ||
dir | string | 保存目录 |
return | System |
public set ( string key, byte data ) : void | ||
key | string | 记录文件名 |
data | byte | 上传进度数据 |
return | void |