ImageBytes

data class ImageBytes(bytes: ByteArray, val createdAt: Date) : Dockware.Image

Constructors

Link copied to clipboard
constructor(bytes: ByteArray, createdAt: Date)

Properties

Link copied to clipboard
open override val createdAt: Date

Functions

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 loadBytes(): ByteArray