ContentEncoder

Functions

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

Properties

Link copied to clipboard
abstract val encoding: String?

Inheritors

Link copied to clipboard
Link copied to clipboard