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

Method setBytes

java/jms/src/org/opendds/jms/MapMessageImpl.java:163–168  ·  view source on GitHub ↗
(String s, byte[] bytes)

Source from the content-addressed store, hash-verified

161 }
162
163 public void setBytes(String s, byte[] bytes) throws JMSException {
164 getBodyState().checkWritable();
165 mapBody.absorbTheMapBody();
166 mapBody.setBytes(s, bytes);
167 mapBody.updateTheMapBody();
168 }
169
170 public void setBytes(String s, byte[] bytes, int i, int i1) throws JMSException {
171 getBodyState().checkWritable();

Callers 3

testSetAndGetMapItemsMethod · 0.95
testUpdatingMapItemsMethod · 0.95

Calls 4

getBodyStateMethod · 0.80
absorbTheMapBodyMethod · 0.80
updateTheMapBodyMethod · 0.80
checkWritableMethod · 0.65

Tested by 3

testSetAndGetMapItemsMethod · 0.76
testUpdatingMapItemsMethod · 0.76