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

Method setErrStream

java/com/jcraft/jsch/ChannelExec.java:74–76  ·  view source on GitHub ↗
(java.io.OutputStream out)

Source from the content-addressed store, hash-verified

72 }
73
74 public void setErrStream(java.io.OutputStream out){
75 setExtOutputStream(out);
76 }
77 public void setErrStream(java.io.OutputStream out, boolean dontclose){
78 setExtOutputStream(out, dontclose);
79 }

Callers

nothing calls this directly

Calls 1

setExtOutputStreamMethod · 0.45

Tested by

no test coverage detected