MCPcopy 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

paintDirectMethod · 0.95
byteValueMethod · 0.95
testByteByReferenceMethod · 0.95
toStringMethod · 0.95

Calls 2

getPointerMethod · 0.65
getByteMethod · 0.45

Tested by 1

testByteByReferenceMethod · 0.76