MCPcopy Index your code
hub / github.com/java-native-access/jna / toString

Method toString

src/com/sun/jna/Pointer.java:1183–1186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1181 }
1182
1183 @Override
1184 public String toString() {
1185 return "native@0x" + Long.toHexString(peer);
1186 }
1187
1188 /** Read the native peer value. Use with caution. */
1189 public static long nativeValue(Pointer p) {

Callers 3

setStringMethod · 0.45
dumpMethod · 0.45

Calls

no outgoing calls

Tested by 1