Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
doBsh
Method · 0.80
doHttp
Method · 0.80
run
Method · 0.80
run
Method · 0.80
init
Method · 0.80
init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected