MCPcopy 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

getResourceAsStreamMethod · 0.95
getResourceAsStreamMethod · 0.95
getContentMethod · 0.95

Calls 2

openConnectionMethod · 0.95
getInputStreamMethod · 0.45

Tested by

no test coverage detected