MCPcopy 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

getAsByteArrayMethod · 0.95
callMethod · 0.95

Calls 2

getInstanceMethod · 0.95
downloadAndDecryptMethod · 0.45

Tested by

no test coverage detected