MCPcopy Create free account
hub / github.com/ReadyTalk/avian / getSystemResourceAsStream

Method getSystemResourceAsStream

classpath/java/lang/ClassLoader.java:183–185  ·  view source on GitHub ↗
(String path)

Source from the content-addressed store, hash-verified

181 }
182
183 public static InputStream getSystemResourceAsStream(String path) {
184 return getSystemClassLoader().getResourceAsStream(path);
185 }
186
187 public static Enumeration<URL> getSystemResources(String name) throws IOException {
188 return getSystemClassLoader().getResources(name);

Callers

nothing calls this directly

Calls 2

getSystemClassLoaderMethod · 0.95
getResourceAsStreamMethod · 0.45

Tested by

no test coverage detected