()
| 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); |
no test coverage detected