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

Method getStringBytes

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

Source from the content-addressed store, hash-verified

2436 }
2437
2438 static native byte[] getStringBytes(Pointer pointer, long baseaddr, long offset);
2439
2440 static native void setMemory(Pointer pointer, long baseaddr, long offset, long length, byte value);
2441

Callers 1

getStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected