Saves the current state of the output stream. @throws IllegalArgumentException The index is not within the output.
()
| 85 | * @throws IllegalArgumentException The index is not within the output. |
| 86 | */ |
| 87 | public void |
| 88 | save() { |
| 89 | saved_pos = pos; |
| 90 | } |
| 91 | |
| 92 | /** |
| 93 | * Restores the input stream to its state before the call to {@link #save}. |