59606162636465
try { this.raf = new RandomAccessFile(file, "rw"); } catch (FileNotFoundException e) { throw new IllegalStateException("File not found: " + file.getAbsolutePath(), e); } this.index = new Bytes2LongOpenHash(initMapSize); }