seek method

int seek(
  1. int position
)

Changes the read/write cursor position.

Implementation

int seek(int position) => bytesIO.seek(position);