MCPcopy Create free account
hub / github.com/java-native-access/jna / toString

Method toString

src/com/sun/jna/StringArray.java:86–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84 }
85
86 @Override
87 public String toString() {
88 boolean wide = NativeString.WIDE_STRING.equals(encoding);
89 String s = wide ? "const wchar_t*[]" : "const char*[]";
90 s += Arrays.asList(original);
91 return s;
92 }
93}

Callers 1

StringArrayMethod · 0.45

Calls 1

equalsMethod · 0.45

Tested by

no test coverage detected