return false;
}
private IdentifyResult identify(final DigitalObject digitalObject) {
/* Identify the binary: */
JhoveIdentification identification = new JhoveIdentification();
IdentifyResult identify = identification.identify(digitalObject, null);
return identify;
}