Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ content
Method
content
basex-core/src/main/java/org/basex/io/in/TextInput.java:153–156 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
151
}
152
153
@Override
154
public
final
byte[] content() throws IOException {
155
return
cache().finish();
156
}
157
158
/**
159
* Retrieves the whole text and closes the stream.
Callers
9
body
Method · 0.45
get
Method · 0.45
encoding
Method · 0.45
read
Method · 0.45
read
Method · 0.45
read
Method · 0.45
parse
Method · 0.45
extractPart
Method · 0.45
prepare
Method · 0.45
Calls
2
cache
Method · 0.95
finish
Method · 0.45
Tested by
1
encoding
Method · 0.36