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

getString

open fun getString(start: Int, end: Int, enc: String): String

Returns a copy of a sub-sequence the Buffer as a String starting at position start and ending at position end - 1 interpreted as a String in the specified encoding

Parameters

start -

end -

enc -

Return

open fun getString(start: Int, end: Int): String

Returns a copy of a sub-sequence the Buffer as a String starting at position start and ending at position end - 1 interpreted as a String in UTF-8 encoding

Parameters

start -

end -

Return