Returns the position of the end of the current active region.
()
| 90 | * Returns the position of the end of the current active region. |
| 91 | */ |
| 92 | public int |
| 93 | saveActive() { |
| 94 | return byteBuffer.limit(); |
| 95 | } |
| 96 | |
| 97 | /** |
| 98 | * Restores the previously set active region. This differs from setActive() in |