API
Class

cordova-plugin-file (cordova-plugin-file)

使用范围:Native

Contents

class cordova-plugin-file (cordova-plugin-file)

文件操作插件

Constructor Top

  cordova-plugin-file ()

Static Methods Top

void slice (Number start, Number end)

Constructor details Top

public cordova-plugin-file ()

文件操作插件

Static Methods Detail Top

static public void slice (Number start, Number end)

文件分割

Parameters

Number start

开始分割索引

Number end

结束分割索引

Return Value

void