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/LongByReference.java:42–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
}
41
42
public
long getValue() {
43
return
getPointer().getLong(0);
44
}
45
46
@Override
47
public
String toString() {
Callers
7
testHostPageSize
Method · 0.95
registryGetLongValue
Method · 0.95
getRegistryEntryID
Method · 0.95
longValue
Method · 0.95
testLongByReference
Method · 0.95
testAlignStruct
Method · 0.95
toString
Method · 0.95
Calls
2
getPointer
Method · 0.65
getLong
Method · 0.45
Tested by
3
testHostPageSize
Method · 0.76
testLongByReference
Method · 0.76
testAlignStruct
Method · 0.76