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

Method setValue

src/com/sun/jna/ptr/ByteByReference.java:39–41  ·  view source on GitHub ↗
(byte value)

Source from the content-addressed store, hash-verified

37 }
38
39 public void setValue(byte value) {
40 getPointer().setByte(0, value);
41 }
42
43 public byte getValue() {
44 return getPointer().getByte(0);

Callers 1

ByteByReferenceMethod · 0.95

Calls 2

getPointerMethod · 0.65
setByteMethod · 0.45

Tested by

no test coverage detected