125126127128129130131132133134135
_entryFile = file; Chronos c = new Chronos(); DataWriter out = new FastDataWriter(file); try { out.open(); // Save entry head out.writeLong(STORAGE_VERSION); // write the entry file version out.writeLong(_minScn); out.writeLong(_maxScn);