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

Method getPointer

src/com/sun/jna/Structure.java:472–475  ·  view source on GitHub ↗

Return a Pointer object to this structure. Note that if you use the structure's pointer as a function argument, you are responsible for calling #write() prior to the call and #read() after the call. These calls are normally handled automatically by the Function obje

()

Source from the content-addressed store, hash-verified

470 * @return Native pointer representation of this structure.
471 */
472 public Pointer getPointer() {
473 ensureAllocated();
474 return memory;
475 }
476
477 //////////////////////////////////////////////////////////////////////////
478 // Data synchronization methods

Callers 9

convertArgumentMethod · 0.95
indexOfMethod · 0.95
readMethod · 0.95
toStringMethod · 0.95
dataEqualsMethod · 0.95
equalsMethod · 0.95
hashCodeMethod · 0.95
setValueMethod · 0.95
convertArgumentMethod · 0.95

Calls 1

ensureAllocatedMethod · 0.95

Tested by

no test coverage detected