throws ArchiveException, InvalidPasswordException {
ArchiveDetector detector = getArchiveDetector(password);
File source = new File(jitterPack, detector);
// TODO: This method seems to return false even if the zip-file
// was unpacked successfully. Find out why:
source.archiveCopyAllTo(destination);
File.update();
}
static InputStream getInputStream(java.io.File folder, String fileToExtract, char[] password)
throws IOException, InvalidPasswordException {