bytes / org.apache.tuweni.bytes / DelegatingBytes48

DelegatingBytes48

open class DelegatingBytes48 : AbstractBytes, Bytes48 (source)

A class that holds and delegates all operations to its inner bytes field.

This class may be used to create more types that represent 48 bytes, but need a different name for business logic.

Constructors

<init>

DelegatingBytes48(delegate: Bytes!)

Functions

copy

open fun copy(): Bytes48!

get

open fun get(i: Int): Byte

mutableCopy

open fun mutableCopy(): MutableBytes48!

size

open fun size(): Int

slice

open fun slice(index: Int, length: Int): Bytes!