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

Method getWideString

src/com/sun/jna/Pointer.java:658–660  ·  view source on GitHub ↗

Read a wide ( const wchar_t ) string from memory.

(long offset)

Source from the content-addressed store, hash-verified

656
657 /** Read a wide (<code>const wchar_t *</code>) string from memory. */
658 public String getWideString(long offset) {
659 return Native.getWideString(this, this.peer, offset);
660 }
661
662 /**
663 * Copy native memory to a Java String. The encoding used is obtained

Callers 13

testRequestMethod · 0.95
onAdvdataMethod · 0.95
testMemoryHandlingMethod · 0.95
testConvertSidMethod · 0.95
getValueMethod · 0.95
getValueMethod · 0.95
formatMessageMethod · 0.95
convertSidToStringSidMethod · 0.95
getValueMethod · 0.95
getStringArrayMethod · 0.95
readMethod · 0.95

Calls 1

getWideStringMethod · 0.95

Tested by 5

testRequestMethod · 0.76
onAdvdataMethod · 0.76
testMemoryHandlingMethod · 0.76
testConvertSidMethod · 0.76