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

Method AddDict

src/pkgDm/Dm2Java.java:1934–1936  ·  view source on GitHub ↗

给指定的字库中添加一条字库信息. @param index 字库的序号,取值为0-9,目前最多支持10个字库 @param dict_info 字库描述串,具体参考大漠综合工具中的字符定义 @return 0:失败 1:成功

(int index,String dict_info)

Source from the content-addressed store, hash-verified

1932 * @return 0:失败 1:成功
1933 */
1934 public int AddDict(int index,String dict_info){
1935 return Dispatch.call(dm,"AddDict",index,dict_info).getInt();
1936 }
1937
1938 /**
1939 * 给指定的字库中添加一条字库信息.

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected