Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ inputStream
Method
inputStream
basex-core/src/main/java/org/basex/io/IOContent.java:85–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
}
84
85
@Override
86
public
ArrayInput inputStream() {
87
return
new
ArrayInput(content);
88
}
89
90
@Override
91
public
String encoding() {
Callers
3
inputSource
Method · 0.95
streamSource
Method · 0.95
value
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected