}
log.info("Attempting to identify " + tempFile.getAbsolutePath());
log.info("File is of length " + tempFile.length());
controller.addFile(tempFile.getAbsolutePath());
controller.setVerbose(false);
controller.runFileFormatAnalysis();
Iterator<IdentificationFile> iterator = controller.getFileCollection()
.getIterator();
// We identify one file only:
if (iterator.hasNext()) {
IdentificationFile file = iterator.next();