ByteArrayValue

data class ByteArrayValue(val value: ByteArray) : ParamValue

Constructors

Link copied to clipboard
constructor(value: ByteArray)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun toDataItem(): DataItem