Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/java-native-access/jna
/ getValue
Method
getValue
src/com/sun/jna/ptr/ShortByReference.java:43–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
}
42
43
public
short getValue() {
44
return
getPointer().getShort(0);
45
}
46
47
@Override
48
public
String toString() {
Callers
5
testSetGetSecurityDescriptorControl
Method · 0.95
testDeviceIoControlFsctlCompression
Method · 0.95
shortValue
Method · 0.95
testShortByReference
Method · 0.95
toString
Method · 0.95
Calls
2
getPointer
Method · 0.65
getShort
Method · 0.45
Tested by
3
testSetGetSecurityDescriptorControl
Method · 0.76
testDeviceIoControlFsctlCompression
Method · 0.76
testShortByReference
Method · 0.76