vertx / io.vertx.reactivex.core.file / AsyncFile / setWritePos

setWritePos

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.

Parameters

writePos - the position in the file

Return
a reference to this, so the API can be used fluently