StringEncoder

class StringEncoder : RequestEncoder

Functions

append
Link copied to clipboard
common
open fun append(value: Char): <ERROR CLASS>
open fun append(value: CharSequence?): <ERROR CLASS>
open fun append(value: CharSequence?, startIndex: Int, endIndex: Int): <ERROR CLASS>
toByteArray
Link copied to clipboard
common
open override fun toByteArray(): ByteArray