Set the end position of the data in the buffer. @param end the new end position
(int end)
| 156 | * @param end the new end position |
| 157 | */ |
| 158 | public void setEnd(int end) { |
| 159 | this.end = end; |
| 160 | } |
| 161 | |
| 162 | |
| 163 | /** |
no outgoing calls
no test coverage detected