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

Method setExtOutputStream

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

Source from the content-addressed store, hash-verified

186 io.setOutputStream(out, dontclose);
187 }
188 public void setExtOutputStream(OutputStream out){
189 io.setExtOutputStream(out, false);
190 }
191 public void setExtOutputStream(OutputStream out, boolean dontclose){
192 io.setExtOutputStream(out, dontclose);
193 }

Callers 3

setErrStreamMethod · 0.45
getExtInputStreamMethod · 0.45
setErrStreamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected