MCPcopy Create free account
hub / github.com/beanshell/beanshell / getInputStream

Method getInputStream

src/bsh/util/JConsole.java:66–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 private PrintStream out;
65
66 public InputStream getInputStream() { return in; }
67 public Reader getIn() { return new InputStreamReader(in); }
68 public PrintStream getOut() { return out; }
69 public PrintStream getErr() { return out; }

Callers 6

doBshMethod · 0.80
doHttpMethod · 0.80
runMethod · 0.80
runMethod · 0.80
initMethod · 0.80
initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected