Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDDS/OpenDDS
/ getByte
Method
getByte
java/jms/src/org/opendds/jms/MapMessageImpl.java:45–48 ·
view source on GitHub ↗
(String s)
Source
from the content-addressed store, hash-verified
43
}
44
45
public
byte getByte(String s) throws JMSException {
46
mapBody.absorbTheMapBody();
47
return
mapBody.getByte(s);
48
}
49
50
public
short getShort(String s) throws JMSException {
51
mapBody.absorbTheMapBody();
Callers
6
testSetAndGetMapItems
Method · 0.95
testUpdatingMapItems
Method · 0.95
testStreamItemConversion
Method · 0.95
testStreamItemConversionFromNull
Method · 0.95
testSetObject
Method · 0.95
testGettingNonExistentMapItems
Method · 0.95
Calls
1
absorbTheMapBody
Method · 0.80
Tested by
6
testSetAndGetMapItems
Method · 0.76
testUpdatingMapItems
Method · 0.76
testStreamItemConversion
Method · 0.76
testStreamItemConversionFromNull
Method · 0.76
testSetObject
Method · 0.76
testGettingNonExistentMapItems
Method · 0.76