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

Method getByte

src/com/sun/jna/Native.java:2399–2399  ·  view source on GitHub ↗
(Pointer pointer, long baseaddr, long offset)

Source from the content-addressed store, hash-verified

2397 static native void write(Pointer pointer, long baseaddr, long offset, double[] buf, int index, int length);
2398
2399 static native byte getByte(Pointer pointer, long baseaddr, long offset);
2400
2401 static native char getChar(Pointer pointer, long baseaddr, long offset);
2402

Callers 1

getByteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected