MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / getResourceAsStream

Method getResourceAsStream

CodenameOne/src/com/codename1/ui/CN.java:557–559  ·  view source on GitHub ↗
(String resource)

Source from the content-addressed store, hash-verified

555 ///
556 /// input stream for the resource or null if not found
557 public static InputStream getResourceAsStream(String resource) {
558 return Display.impl.getResourceAsStream(CN.class, resource);
559 }
560
561
562 /// An error handler will receive an action event with the source exception from the EDT

Callers 15

loadJSONListMethod · 0.95
loadJSONMethod · 0.95
runMethod · 0.95
runMethod · 0.45
openResourceMethod · 0.45
createMethod · 0.45
resourceRequestedMethod · 0.45
openLayeredMethod · 0.45
openMethod · 0.45
runTestsMethod · 0.45
setNativeThemeMethod · 0.45
exectuteMethod · 0.45

Calls

no outgoing calls

Tested by 1

runTestsMethod · 0.36