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