i = BitMap.set(i, 3);
this.dataFile.writeInt(i);
localSimpleLog.sendLine(SimpleLog.LOG_NORMAL, "DataFileCache.close() : flags");
if (this.dataFile.length() != this.fileFreePosition)
this.dataFile.seek(this.fileFreePosition);
localSimpleLog.sendLine(SimpleLog.LOG_NORMAL, "DataFileCache.close() : seek end");
Trace.printSystemOut("pos and flags: " + localStopWatch.elapsedTime());
}
}
if (this.dataFile != null)
{