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

Method dump

src/com/sun/jna/Memory.java:757–759  ·  view source on GitHub ↗

Dumps the contents of this memory object.

()

Source from the content-addressed store, hash-verified

755
756 /** Dumps the contents of this memory object. */
757 public String dump() {
758 return dump(0, (int)size());
759 }
760
761 /**
762 * Check whether the supplied Pointer object points into the memory region

Callers 1

testDumpMethod · 0.95

Calls 1

sizeMethod · 0.95

Tested by 1

testDumpMethod · 0.76