get("class").toString())).newInstance();
Vars.current_run_indexes++;
if (selectedParser.getClass().getName().indexOf("ZIP") < 1) {
hash = (new Date()).getTime() + Long.toHexString(random.nextLong())
+ Long.toHexString(random.nextLong());
MoveDir moveDir = new MoveDir();
newFilePath = Vars.pathToDayDir + "/" + hash;
moveDir.copyFile(someFileForTypeRecognizing, new File(newFilePath));
someFileForTypeRecognizing.delete();
filePath = newFilePath;
}
selectedParser.start_th(filePath, fileName);