Clears the active region of the string. Further operations are not restricted to part of the input.
()
| 82 | * restricted to part of the input. |
| 83 | */ |
| 84 | public void |
| 85 | clearActive() { |
| 86 | byteBuffer.limit(byteBuffer.capacity()); |
| 87 | } |
| 88 | |
| 89 | /** |
| 90 | * Returns the position of the end of the current active region. |