Binary

data class Binary(val bytes: ByteArray, val contentType: ContentType) : InvocationResult(source)

Constructors

Link copied to clipboard
constructor(bytes: ByteArray, contentType: ContentType)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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