blockList property

List<int> blockList
final

文件块的 index 数组,理论上这个为空数组时,表示不需要上传文件块,可以支持秒传

Implementation

final List<int> blockList;