ContentEncoder

Properties

Link copied to clipboard
abstract val encoding: String?

Functions

Link copied to clipboard
open override fun append(value: Char): Appendable
open override fun append(value: CharSequence?, startIndex: Int, endIndex: Int): Appendable
expect abstract fun append(value: CharSequence?): Appendable
Link copied to clipboard
abstract fun toByteArray(): ByteArray