Returns the current position.
()
| 42 | * Returns the current position. |
| 43 | */ |
| 44 | public int |
| 45 | current() { |
| 46 | return byteBuffer.position(); |
| 47 | } |
| 48 | |
| 49 | /** |
| 50 | * Returns the number of bytes that can be read from this stream before |
no outgoing calls
no test coverage detected