vertx / io.vertx.reactivex.core.buffer / Buffer / toString

toString

open fun toString(): String

Returns a String representation of the Buffer with the UTF-8encoding

Return

open fun toString(enc: String): String

Returns a String representation of the Buffer with the encoding specified by enc

Parameters

enc -

Return