Sets the current read position in the buffer.
@override Future<void> setPosition(int position) { _lastOffset = position; return Future.value(); }