Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
locate
Method · 0.95
readWrite
Method · 0.95
writeBack
Method · 0.95
Calls
1
toPath
Method · 0.95
Tested by
2
readWrite
Method · 0.76
writeBack
Method · 0.76