Binary

class Binary @JvmOverloads constructor(val data: ByteArray, contentType: ContentType = DefaultBinaryType) : DataUri(source)

Constructors

Link copied to clipboard
fun Binary(data: ByteArray, contentType: ContentType = DefaultBinaryType)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard