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

Method read

basex-core/src/main/java/org/basex/io/IOFile.java:130–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128 }
129
130 @Override
131 public byte[] read() throws IOException {
132 return Files.readAllBytes(toPath());
133 }
134
135 @Override
136 public boolean exists() {

Callers 3

locateMethod · 0.95
readWriteMethod · 0.95
writeBackMethod · 0.95

Calls 1

toPathMethod · 0.95

Tested by 2

readWriteMethod · 0.76
writeBackMethod · 0.76