open fun end(t: Buffer): Unit
Same as io.vertx.reactivex.core.file.AsyncFile#end but writes some data to the stream before ending.
open fun end(): Unit
Overrides WriteStream.end
Close the file, see io.vertx.reactivex.core.file.AsyncFile#close.