Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ streamSource
Method
streamSource
basex-core/src/main/java/org/basex/io/IOContent.java:80–83 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
78
}
79
80
@Override
81
public
StreamSource streamSource() {
82
return
new
StreamSource(inputStream(), pth);
83
}
84
85
@Override
86
public
ArrayInput inputStream() {
Callers
nothing calls this directly
Calls
1
inputStream
Method · 0.95
Tested by
no test coverage detected