Reads an existing file and generates a B+ configuration based on the stored values @param r file to read from @param generateConf generate configuration? @return new configuration based on read values (if enabled) or null @throws IOException is thrown when an I/O operation fails @throws InvalidBTre
(RandomAccessFile r, boolean generateConf)