Marks the current position in this buffer. A subsequent call to the #reset method repositions this stream at the last marked position so that subsequent reads re-read the same bytes.
()
| 134 | * bytes. |
| 135 | */ |
| 136 | void mark(); |
| 137 | |
| 138 | /** |
| 139 | * Repositions this buffer to the position at the time {@link #mark} was last called on this |
no outgoing calls