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/IOStream.java:39–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
}
38
39
@Override
40
public
byte[] read() throws IOException {
41
return
input.content();
42
}
43
44
@Override
45
public
InputSource inputSource() {
Callers
nothing calls this directly
Calls
1
content
Method · 0.45
Tested by
no test coverage detected