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

Method getWideString

src/com/sun/jna/Memory.java:605–610  ·  view source on GitHub ↗
(long offset)

Source from the content-addressed store, hash-verified

603 }
604
605 @Override
606 public String getWideString(long offset) {
607 // NOTE: we only make sure the start of the string is within bounds
608 boundsCheck(offset, 0);
609 return super.getWideString(offset);
610 }
611
612 //////////////////////////////////////////////////////////////////////////
613 // Java type write methods

Callers 15

testStringHandlingMethod · 0.95
testMemoryHandlingMethod · 0.95
testEvtCreateBookmarkMethod · 0.95
testWNetUseConnectionMethod · 0.95
testCryptSignMessageMethod · 0.95
testCertNameToStrMethod · 0.95
decodeNameMethod · 0.95
queryStringMethod · 0.95
CM_Get_Device_IDMethod · 0.95

Calls 1

boundsCheckMethod · 0.95

Tested by 15

testStringHandlingMethod · 0.76
testMemoryHandlingMethod · 0.76
testEvtCreateBookmarkMethod · 0.76
testWNetUseConnectionMethod · 0.76
testCryptSignMessageMethod · 0.76
testCertNameToStrMethod · 0.76
decodeNameMethod · 0.76
testGCMethod · 0.76
onExecuteMethod · 0.36
onPokeMethod · 0.36