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

Method length

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

Source from the content-addressed store, hash-verified

122 }
123
124 @Override
125 public int length() {
126 return toString().length();
127 }
128
129 @Override
130 public CharSequence subSequence(int start, int end) {

Callers 1

NativeStringMethod · 0.45

Calls 1

toStringMethod · 0.95

Tested by

no test coverage detected