Bytes

An owned byte snapshot; construction and extraction copy the caller's array.

Constructors

Link copied to clipboard
constructor(value: ByteArray)

Properties

Link copied to clipboard
val size: Int

The owned byte count, available without allocating a copy.

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

Returns a detached mutable copy of the owned bytes.