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

Method getPointer

src/com/sun/jna/NativeString.java:115–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113 }
114
115 public Pointer getPointer() {
116 return pointer;
117 }
118
119 @Override
120 public char charAt(int index) {

Callers 3

getNativeStringMethod · 0.95
writeFieldMethod · 0.95
StringArrayMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected