MCPcopy Create free account
hub / github.com/Maschell/JNUSTool / getTargetPath

Method getTargetPath

src/de/mas/jnustool/FEntry.java:298–300  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

296 }
297
298 public String getTargetPath(){
299 return fst.getTmd().getNUSTitle().getTargetPath();
300 }
301
302 public byte[] downloadAsByteArray() throws IOException {
303 return Downloader.getInstance().downloadAndDecrypt(this,null,true);

Callers 4

getDownloadPathMethod · 0.95
downloadAndDecryptMethod · 0.45
downloadAndDecryptMethod · 0.45

Calls 2

getNUSTitleMethod · 0.80
getTmdMethod · 0.45

Tested by

no test coverage detected