MCPcopy Create free account
hub / github.com/HelloBush/Java_MHXYdemo / SaveDict

Method SaveDict

src/pkgDm/Dm2Java.java:2282–2284  ·  view source on GitHub ↗

保存指定的字库到指定的文件中. @param index 字库索引序号 取值为0-9对应10个字库 @param file 文件名 @return 0:失败 1:成功

(int index,String file)

Source from the content-addressed store, hash-verified

2280 * @return 0:失败 1:成功
2281 */
2282 public int SaveDict(int index,String file){
2283 return Dispatch.call(dm,"SaveDict",index,file).getInt();
2284 }
2285
2286 /**
2287 * 高级用户使用,在不使用字库进行词组识别前,可设定文字的列距,默认列距是1

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected