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

Method getAutoWrite

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

Returns whether the structure is written to native memory prior to a native function call. @return whether automatic synch to native memory is enabled.

()

Source from the content-addressed store, hash-verified

1900 * @return whether automatic synch to native memory is enabled.
1901 */
1902 public boolean getAutoWrite() {
1903 return this.autoWrite;
1904 }
1905
1906 /** Exposed for testing purposes only.
1907 * @param obj object to query

Callers 1

autoWriteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected