Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/5zig/The-5zig-Mod
/ downloadFile
Method
downloadFile
Utils/src/eu/the5zig/util/Utils.java:45–47 ·
view source on GitHub ↗
(String path)
Source
from the content-addressed store, hash-verified
43
}
44
45
public
static
String downloadFile(String path) {
46
return
downloadFile(path, 5000);
47
}
48
49
public
static
String downloadFile(String path,
int
timeout) {
50
HttpURLConnection connection;
Callers
1
checkMD5
Method · 0.95
Calls
4
openConnection
Method · 0.45
connect
Method · 0.45
toString
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected