MCPcopy Create free account
hub / github.com/TigerVNC/tigervnc / setOutputStream

Method setOutputStream

java/com/jcraft/jsch/Channel.java:182–184  ·  view source on GitHub ↗
(OutputStream out)

Source from the content-addressed store, hash-verified

180 io.setInputStream(in, dontclose);
181 }
182 public void setOutputStream(OutputStream out){
183 io.setOutputStream(out, false);
184 }
185 public void setOutputStream(OutputStream out, boolean dontclose){
186 io.setOutputStream(out, dontclose);
187 }

Callers 7

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

Calls

no outgoing calls

Tested by

no test coverage detected