Returns whether the structure is written to native memory prior to a native function call. @return whether automatic synch to native memory is enabled.
()
| 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 |