position property

int get position

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

Implementation

int get position;
set position (int v)

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

Implementation

set position(int v);