position property

int position

The current read position relative to the start of the buffer.

Implementation

int get position => offset - start;