MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / createNewFile

Method createNewFile

vm/JavaAPI/src/java/io/File.java:144–146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142 private native long lengthImpl(String path);
143
144 public boolean createNewFile() throws IOException {
145 return createNewFileImpl(path);
146 }
147
148 private native boolean createNewFileImpl(String path);
149

Callers 6

createTempFileMethod · 0.95
extractAARMethod · 0.95
executeImplMethod · 0.95
addKotlinDependenciesMethod · 0.95
invoke9Method · 0.45
copyFileMethod · 0.45

Calls 1

createNewFileImplMethod · 0.95

Tested by 1

executeImplMethod · 0.76