ByteDataContainer

abstract class ByteDataContainer(val data: ByteArray)

Simple utility class that enables holding ByteArrays. This implements equals and hash code.

Inheritors

Constructors

Link copied to clipboard
constructor(data: ByteArray)

Properties

Link copied to clipboard
val data: ByteArray

Functions

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