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

Method toString

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

Source from the content-addressed store, hash-verified

107 }
108
109 @Override
110 public String toString() {
111 boolean wide = WIDE_STRING.equals(encoding);
112 return (wide ? pointer.getWideString(0) : pointer.getString(0, encoding));
113 }
114
115 public Pointer getPointer() {
116 return pointer;

Callers 7

hashCodeMethod · 0.95
charAtMethod · 0.95
lengthMethod · 0.95
subSequenceMethod · 0.95
compareToMethod · 0.95
toStringMethod · 0.45
NativeStringMethod · 0.45

Calls 3

equalsMethod · 0.45
getWideStringMethod · 0.45
getStringMethod · 0.45

Tested by

no test coverage detected