Read a wide ( const wchar_t ) string from memory.
(long offset)
| 656 | |
| 657 | /** Read a wide (<code>const wchar_t *</code>) string from memory. */ |
| 658 | public String getWideString(long offset) { |
| 659 | return Native.getWideString(this, this.peer, offset); |
| 660 | } |
| 661 | |
| 662 | /** |
| 663 | * Copy native memory to a Java String. The encoding used is obtained |