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

Method charAt

src/com/sun/jna/NativeString.java:119–122  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

117 }
118
119 @Override
120 public char charAt(int index) {
121 return toString().charAt(index);
122 }
123
124 @Override
125 public int length() {

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.95

Tested by

no test coverage detected