If jna.dump_memory is true, will include a native memory dump of the Structure's backing memory. @return String representation of this object.
()
| 1614 | * @return String representation of this object. |
| 1615 | */ |
| 1616 | @Override |
| 1617 | public String toString() { |
| 1618 | return toString(Boolean.getBoolean("jna.dump_memory")); |
| 1619 | } |
| 1620 | |
| 1621 | /** |
| 1622 | * @param debug If true, will include a native memory dump of the |