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

end

open fun end(t: Buffer): Unit

Same as io.vertx.reactivex.core.file.AsyncFile#end but writes some data to the stream before ending.

Parameters

t -

open fun end(): Unit

Overrides WriteStream.end

Close the file, see io.vertx.reactivex.core.file.AsyncFile#close.