Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TigerVNC/tigervnc
/ setInputStream
Method
setInputStream
java/com/jcraft/jsch/Channel.java:176–178 ·
view source on GitHub ↗
(InputStream in)
Source
from the content-addressed store, hash-verified
174
}
175
176
public
void
setInputStream(InputStream in){
177
io.setInputStream(in, false);
178
}
179
public
void
setInputStream(InputStream in, boolean dontclose){
180
io.setInputStream(in, dontclose);
181
}
Callers
6
start
Method · 0.45
run
Method · 0.45
init
Method · 0.45
init
Method · 0.45
init
Method · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected