MCPcopy Create free account
hub / github.com/java-native-access/jna / setValue

Method setValue

src/com/sun/jna/ptr/LongByReference.java:38–40  ·  view source on GitHub ↗
(long value)

Source from the content-addressed store, hash-verified

36 }
37
38 public void setValue(long value) {
39 getPointer().setLong(0, value);
40 }
41
42 public long getValue() {
43 return getPointer().getLong(0);

Callers 1

LongByReferenceMethod · 0.95

Calls 2

getPointerMethod · 0.65
setLongMethod · 0.45

Tested by

no test coverage detected