The current read/write position pf the file.
@override int get position => 0;
Set the current read/write position of the file.
@override set position(int p) {}