DataUri

Types

Link copied to clipboard
class Binary @JvmOverloads constructor(val data: ByteArray, contentType: ContentType = DefaultBinaryType) : DataUri
Link copied to clipboard
object Companion
Link copied to clipboard
class Text @JvmOverloads constructor(val text: String, contentType: ContentType = DefaultTextType) : DataUri

Properties

Link copied to clipboard

Inheritors

Link copied to clipboard
Link copied to clipboard