MCPcopy 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

testToStringsMethod · 0.95

Calls 4

nativeValueMethod · 0.95
getValueMethod · 0.95
formatMethod · 0.80
getPointerMethod · 0.65

Tested by 1

testToStringsMethod · 0.76