Base64Data

value class Base64Data(val data: ByteArray) : EncodedData

Carrier value-class for base64-encoded data.

Constructors

Link copied to clipboard
constructor(data: ByteArray)

Properties

Link copied to clipboard
open override val data: ByteArray

Raw data associated with this encoded data payload.

Link copied to clipboard
open override val encoding: Encoding

Indicate the encoding type applied to the data held by this object.

Link copied to clipboard
open override val string: String

Decode the underlying data to a string.