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

Method getDefaultStringEncoding

src/com/sun/jna/Native.java:913–915  ·  view source on GitHub ↗

@return The default string encoding. Returns the value of the system property jna.encoding or Native#DEFAULT_ENCODING.

()

Source from the content-addressed store, hash-verified

911 * property <code>jna.encoding</code> or {@link Native#DEFAULT_ENCODING}.
912 */
913 public static String getDefaultStringEncoding() {
914 return System.getProperty("jna.encoding", DEFAULT_ENCODING);
915 }
916
917 /**
918 * @param cls The native interface type

Callers 15

setXAttrMethod · 0.95
lSetXAttrMethod · 0.95
fSetXAttrMethod · 0.95
getXAttrMethod · 0.95
lGetXAttrMethod · 0.95
fGetXAttrMethod · 0.95
listXAttrMethod · 0.95
lListXAttrMethod · 0.95
fListXAttrMethod · 0.95
loadStringMethod · 0.95
testReturnStringArrayMethod · 0.95

Calls 1

getPropertyMethod · 0.65