60616263646566
public HashIndex(File file) throws IOException { this.file = file; btree = new BTree(file, 4096, RECORD_LENGTH, new DefaultRecordComparator()); }