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

Method GetFileLength

src/pkgDm/Dm2Java.java:1845–1847  ·  view source on GitHub ↗

获取指定的文件长度. @param file 文件名 @return 文件长度(字节数)

(String file)

Source from the content-addressed store, hash-verified

1843 * @return 文件长度(字节数)
1844 */
1845 public int GetFileLength(String file){
1846 return Dispatch.call(dm,"GetFileLength",file).getInt();
1847 }
1848
1849 /**
1850 * 判断指定文件是否存在.

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected