ByteArray

final class ByteArray extends Array[Byte]
Companion:
object
class Array[Byte]
trait Cloneable
class Object
trait Matchable
class Any

Value members

Concrete methods

override def clone(): ByteArray
Definition Classes
def update(i: Int, value: Byte): Unit

Inherited methods

def at(i: Int): Ptr[Byte]

Pointer to the element.

Pointer to the element.

Inherited from:
Array
def length: Int

Number of elements of the array.

Number of elements of the array.

Inherited from:
Array