Returns the position of this buffer. @return the value of this buffer's current position.
()
| 207 | * @return the value of this buffer's current position. |
| 208 | */ |
| 209 | public final int position() { |
| 210 | return position; |
| 211 | } |
| 212 | |
| 213 | /** |
| 214 | * Sets the position of this buffer. |
no outgoing calls
no test coverage detected