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/ByteByReference.java:43–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
}
42
43
public
byte getValue() {
44
return
getPointer().getByte(0);
45
}
46
47
@Override
48
public
String toString() {
Callers
4
paintDirect
Method · 0.95
byteValue
Method · 0.95
testByteByReference
Method · 0.95
toString
Method · 0.95
Calls
2
getPointer
Method · 0.65
getByte
Method · 0.45
Tested by
1
testByteByReference
Method · 0.76