Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ IOUrl
Method
IOUrl
basex-core/src/main/java/org/basex/io/IOUrl.java:105–107 ·
view source on GitHub ↗
Constructor. @param url url
(final String url)
Source
from the content-addressed store, hash-verified
103
* @param url url
104
*/
105
public
IOUrl(
final
String url) {
106
super(normalize(url), true);
107
}
108
109
@Override
110
public
byte[] read() throws IOException {
Callers
nothing calls this directly
Calls
1
normalize
Method · 0.95
Tested by
no test coverage detected