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

Method ReadFile

src/pkgDm/Dm2Java.java:1872–1874  ·  view source on GitHub ↗

从指定的文件读取内容. @return 读入的文件内容

(String file)

Source from the content-addressed store, hash-verified

1870 * @return 读入的文件内容
1871 */
1872 public String ReadFile(String file){
1873 return Dispatch.call(dm,"ReadFile",file).getString();
1874 }
1875
1876 /**
1877 * 从Ini中读取指定信息.

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getStringMethod · 0.45

Tested by

no test coverage detected