open fun setReadPos(readPos: Long): AsyncFile
Sets the position from which data will be read from when using the file as a io.vertx.reactivex.core.streams.ReadStream.
readPos - the position in the file
Return
a reference to this, so the API can be used fluently