Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Maschell/JNUSTool
/ downloadAsByteArray
Method
downloadAsByteArray
src/de/mas/jnustool/FEntry.java:302–304 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
300
}
301
302
public
byte[] downloadAsByteArray() throws IOException {
303
return
Downloader.getInstance().downloadAndDecrypt(this,null,true);
304
}
305
306
@Override
307
public
String getName() {
Callers
2
getAsByteArray
Method · 0.95
call
Method · 0.95
Calls
2
getInstance
Method · 0.95
downloadAndDecrypt
Method · 0.45
Tested by
no test coverage detected