MCPcopy 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

startMethod · 0.45
runMethod · 0.45
initMethod · 0.45
initMethod · 0.45
initMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected