if(seekp>entryFile.length())thrownewkelondroException("contentNodeIterator: seek position "+seekp+"/"+h.index+" out of file size "+entryFile.length()+"/"+((entryFile.length()-POS_NODES)/recordsize));
h=newHandle(entryFile.readInt(seekp));
if(System.currentTimeMillis()>timeLimit)thrownewkelondroException(filename,"time limit of "+maxInitTime+" exceeded; > "+markedDeleted.size()+" deleted entries");
}
}
@ -1278,8 +1279,13 @@ public class kelondroRecords {
if(seekp>entryFile.length())thrownewkelondroException("new Handle: seek position "+seekp+"/"+USAGE.FREEH.index+" out of file size "+entryFile.length()+"/"+((entryFile.length()-POS_NODES)/recordsize));