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

Method getString

src/com/sun/jna/Memory.java:598–603  ·  view source on GitHub ↗
(long offset, String encoding)

Source from the content-addressed store, hash-verified

596 }
597
598 @Override
599 public String getString(long offset, String encoding) {
600 // NOTE: we only make sure the start of the string is within bounds
601 boundsCheck(offset, 0);
602 return super.getString(offset, encoding);
603 }
604
605 @Override
606 public String getWideString(long offset) {

Callers 15

testWNetUseConnectionMethod · 0.95
decodeNameMethod · 0.95
testProcessStructuresMethod · 0.95
queryStringMethod · 0.95
CM_Get_Device_IDMethod · 0.95
PdhEnumObjectItemsMethod · 0.95
CertNameToStrMethod · 0.95

Calls 1

boundsCheckMethod · 0.95