Qiniu.Storage.Persistent.ResumeRecorder.ResumeRecorder C# (CSharp) Method

ResumeRecorder() public method

构建上传进度记录器
public ResumeRecorder ( string dir ) : System
dir string 保存目录
return System
        public ResumeRecorder(string dir)
        {
            this.dir = dir;
            createDirIfNotExist();
        }