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

Method setMessageName

jnode-core/src/jnode/protocol/io/Message.java:80–82  ·  view source on GitHub ↗
(String arg)

Source from the content-addressed store, hash-verified

78 }
79
80 public void setMessageName(String arg) {
81 this.messageName = arg;
82 }
83
84 public InputStream getInputStream() {
85 return inputStream;

Callers 5

packMethod · 0.95
packNetmailMethod · 0.95
packEchomailMethod · 0.95
packFilemailMethod · 0.95
getMessages2Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected