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

Method getInputStream

jnode-core/src/jnode/protocol/io/Message.java:84–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 }
83
84 public InputStream getInputStream() {
85 return inputStream;
86 }
87
88 public void setInputStream(InputStream arg) {
89 this.inputStream = arg;

Callers 10

tossInboundDirectoryMethod · 0.95
availibleMethod · 0.80
runMethod · 0.80
sendMessageMethod · 0.80
doneMethod · 0.80
runMethod · 0.80
unpackMethod · 0.80
unpackBundleMethod · 0.80
tossIncomingMethod · 0.80
NntpClientMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected