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

Method getDownloadPath

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

Source from the content-addressed store, hash-verified

147
148
149 public String getDownloadPath(){
150
151 String [] path = getFullPath().split("/");
152 String folder = getTargetPath() +"/";
153 for(int i = 0;i<path.length-1;i++){
154 if(!path[i].equals("")){
155 folder += path[i] + "/";
156 }
157 }
158 return folder;
159 }
160
161 public boolean localValidDecryptedFileFound(){
162 boolean result = false;

Callers 2

downloadAndDecryptMethod · 0.95
getAsByteArrayMethod · 0.95

Calls 3

getFullPathMethod · 0.95
getTargetPathMethod · 0.95
equalsMethod · 0.80

Tested by

no test coverage detected