MCPcopy Index your code
hub / github.com/andylamp/BPlusTree / readFileHeader

Method readFileHeader

src/main/java/ds/bplus/bptree/BPlusTree.java:2089–2146  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

openFileMethod · 0.95

Calls 1

readNodeMethod · 0.95

Tested by

no test coverage detected