Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ByteByReference
Method · 0.95
Calls
2
getPointer
Method · 0.65
setByte
Method · 0.45
Tested by
no test coverage detected