MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / getBytes

Method getBytes

java/jms/src/org/opendds/jms/MapMessageImpl.java:85–88  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

83 }
84
85 public byte[] getBytes(String s) throws JMSException {
86 mapBody.absorbTheMapBody();
87 return mapBody.getBytes(s);
88 }
89
90 public Object getObject(String s) throws JMSException {
91 mapBody.absorbTheMapBody();

Callers 4

testSetAndGetMapItemsMethod · 0.95
testUpdatingMapItemsMethod · 0.95
testSetObjectMethod · 0.95

Calls 1

absorbTheMapBodyMethod · 0.80

Tested by 4

testSetAndGetMapItemsMethod · 0.76
testUpdatingMapItemsMethod · 0.76
testSetObjectMethod · 0.76