Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
tossInboundDirectory
Method · 0.95
availible
Method · 0.80
run
Method · 0.80
sendMessage
Method · 0.80
done
Method · 0.80
run
Method · 0.80
unpack
Method · 0.80
unpackBundle
Method · 0.80
tossIncoming
Method · 0.80
NntpClient
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected