Bytes

Binary content represented as byte array.

Constructors

Link copied to clipboard
constructor(data: ByteArray)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun asBase64(): String

Base64 representation of the binary content

Link copied to clipboard
open override fun asBytes(): ByteArray

Returns the binary content as a byte array.

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