*/
public boolean doConsistencyCheck() {
boolean isConsistent = true;
boolean needsHashCheck = false;
ODMGXAWrapper txw = new ODMGXAWrapper();
txw.lock( this, Transaction.WRITE );
File f = this.getImageFile();
if ( f.exists() ) {
long size = f.length();
if ( size != this.fileSize ) {
isConsistent = false;