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

setReadPos

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.

Parameters

readPos - the position in the file

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