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

Method setErrStream

java/com/jcraft/jsch/ChannelSubsystem.java:77–79  ·  view source on GitHub ↗
(java.io.OutputStream out)

Source from the content-addressed store, hash-verified

75 }
76
77 public void setErrStream(java.io.OutputStream out){
78 setExtOutputStream(out);
79 }
80 public java.io.InputStream getErrStream() throws java.io.IOException {
81 return getExtInputStream();
82 }

Callers

nothing calls this directly

Calls 1

setExtOutputStreamMethod · 0.45

Tested by

no test coverage detected