MCPcopy 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

runMethod · 0.95
mainMethod · 0.95

Calls 2

openConnectionMethod · 0.95
getInputStreamMethod · 0.45

Tested by

no test coverage detected