Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/java-native-access/jna
/ toString
Method
toString
src/com/sun/jna/ptr/ByteByReference.java:47–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
}
46
47
@Override
48
public
String toString() {
49
return
String.format(
"byte@0x%1$x=0x%2$x (%2$d)"
, Pointer.nativeValue(getPointer()), getValue());
50
}
51
}
Callers
1
testToStrings
Method · 0.95
Calls
4
nativeValue
Method · 0.95
getValue
Method · 0.95
format
Method · 0.80
getPointer
Method · 0.65
Tested by
1
testToStrings
Method · 0.76