Returns the size in memory occupied by this Structure. @return Native size of this structure, in bytes.
()
| 447 | * @return Native size of this structure, in bytes. |
| 448 | */ |
| 449 | public int size() { |
| 450 | ensureAllocated(); |
| 451 | return this.size; |
| 452 | } |
| 453 | |
| 454 | /** Clears the native memory associated with this Structure. */ |
| 455 | public void clear() { |