MCPcopy Create free account
hub / github.com/annmuor/jnode / setInputStream

Method setInputStream

jnode-core/src/jnode/protocol/io/Message.java:88–90  ·  view source on GitHub ↗
(InputStream arg)

Source from the content-addressed store, hash-verified

86 }
87
88 public void setInputStream(InputStream arg) {
89 this.inputStream = arg;
90 }
91
92 public boolean isSecure() {
93 return secure;

Callers 3

moveToBadMethod · 0.95
packFilemailMethod · 0.95
forwardToTossingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected