Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ openStream
Method
openStream
classpath/java/net/URL.java:73–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
}
72
73
public
InputStream openStream() throws IOException {
74
return
openConnection().getInputStream();
75
}
76
77
public
Object getContent() throws IOException {
78
return
openStream();
Callers
3
getResourceAsStream
Method · 0.95
getResourceAsStream
Method · 0.95
getContent
Method · 0.95
Calls
2
openConnection
Method · 0.95
getInputStream
Method · 0.45
Tested by
no test coverage detected