Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ openStream
Method
openStream
CodenameOne/src/com/codename1/io/URL.java:135–137 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
133
}
134
135
public
final
InputStream openStream() throws IOException {
136
return
openConnection().getInputStream();
137
}
138
139
140
public
abstract
class
URLConnection {
Callers
2
run
Method · 0.95
main
Method · 0.95
Calls
2
openConnection
Method · 0.95
getInputStream
Method · 0.45
Tested by
no test coverage detected