storeSize = raf.readLong();
if(storeSize <= 0) throw new IOException("Bogus datastore size");
prevStoreSize = raf.readLong();
keyCount.set(raf.readLong());
generation = raf.readInt();
flags = raf.readInt();
if (((flags & FLAG_DIRTY) != 0) &&
// FIXME figure out a way to do this consistently!
// Not critical as a few blocks wrong is something we can handle.
ResizablePersistentIntBuffer.getPersistenceTime() != -1)