Dumps the contents of this memory object.
()
| 755 | |
| 756 | /** Dumps the contents of this memory object. */ |
| 757 | public String dump() { |
| 758 | return dump(0, (int)size()); |
| 759 | } |
| 760 | |
| 761 | /** |
| 762 | * Check whether the supplied Pointer object points into the memory region |