Binary

Binary content.

Inheritors

Types

Link copied to clipboard

Binary content represented as Base64 encoded string.

Link copied to clipboard

Binary content represented as byte array.

Functions

Link copied to clipboard
abstract fun asBase64(): String

Base64 representation of the binary content

Link copied to clipboard
abstract fun asBytes(): ByteArray

Returns the binary content as a byte array.