MCPcopy Create free account
hub / github.com/BaseXdb/basex / read

Method read

basex-core/src/main/java/org/basex/data/MetaData.java:317–321  ·  view source on GitHub ↗

Reads in all meta data. @throws IOException exception

()

Source from the content-addressed store, hash-verified

315 * @throws IOException exception
316 */
317 public void read() throws IOException {
318 try(DataInput di = new DataInput(dbFile(DATAINF))) {
319 read(di);
320 }
321 }
322
323 /**
324 * Returns if the specified index exists.

Callers 4

listMethod · 0.95
openMethod · 0.95
getMethod · 0.95
actionMethod · 0.95

Calls 11

dbFileMethod · 0.95
stringMethod · 0.95
getMethod · 0.95
isTrueMethod · 0.80
readTokenMethod · 0.45
isEmptyMethod · 0.45
toIntMethod · 0.45
toLongMethod · 0.45
equalsMethod · 0.45
compareToMethod · 0.45
existsMethod · 0.45

Tested by

no test coverage detected