writeTransactionRows();
this.fileStreamOut.close();
this.fileStreamOut = null;
localStorage = ScaledRAFile.newScaledRAFile(this.database, this.filename + ".new", false, 0, this.database.getURLProperties().getProperty("storage_class_name"), this.database.getURLProperties().getProperty("storage_key"));
localStorage.seek(12L);
localStorage.writeLong(this.fileOffset);
localStorage.close();
localStorage = null;
j = 0;
k = this.rootsList.length;
while (j < k)