(long offset)
| 603 | } |
| 604 | |
| 605 | @Override |
| 606 | public String getWideString(long offset) { |
| 607 | // NOTE: we only make sure the start of the string is within bounds |
| 608 | boundsCheck(offset, 0); |
| 609 | return super.getWideString(offset); |
| 610 | } |
| 611 | |
| 612 | ////////////////////////////////////////////////////////////////////////// |
| 613 | // Java type write methods |